1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/graphics/xsane/Makefile
Ade Lovett a886000ccb Update to 0.61
PR:		21138
Submitted by:	Ports Fury
2000-09-16 18:10:57 +00:00

39 lines
901 B
Makefile

# New ports collection makefile for: xsane
# Date created: Fri Apr 8 00:18:29 MET DST 1999
# Whom: Dominik Brettnacher <domi@saargate.de>
#
# $FreeBSD$
#
PORTNAME= xsane
PORTVERSION= 0.61
CATEGORIES= graphics
MASTER_SITES= http://www.wolfsburg.de/~rauch/sane/ \
http://gd.tuwien.ac.at/hci/sane/xsane/ \
ftp://ftp.mostang.com/pub/sane/xsane/ \
MAINTAINER= domi@saargate.de
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
sane.1:${PORTSDIR}/graphics/sane \
jpeg.9:${PORTSDIR}/graphics/jpeg \
tiff.4:${PORTSDIR}/graphics/tiff \
png.4:${PORTSDIR}/graphics/png
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
USE_GMAKE= yes
USE_X_PREFIX= yes
USE_AUTOCONF= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
GTK_CONFIG="${GTK_CONFIG}" \
LIBS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --enable-intl-patch
MAN1= xsane.1
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>