1999-05-10 00:38:24 +02:00
|
|
|
# New ports collection makefile for: xsane
|
|
|
|
# Date created: Fri Apr 8 00:18:29 MET DST 1999
|
1999-09-21 10:41:52 +02:00
|
|
|
# Whom: Dominik Brettnacher <domi@saargate.de>
|
1999-05-10 00:38:24 +02:00
|
|
|
#
|
1999-08-25 08:16:32 +02:00
|
|
|
# $FreeBSD$
|
1999-05-10 00:38:24 +02:00
|
|
|
#
|
|
|
|
|
2000-04-14 12:48:02 +02:00
|
|
|
PORTNAME= xsane
|
2001-01-15 05:01:25 +01:00
|
|
|
PORTVERSION= 0.70
|
1999-05-10 00:38:24 +02:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= http://www.wolfsburg.de/~rauch/sane/ \
|
1999-11-23 13:04:01 +01:00
|
|
|
http://gd.tuwien.ac.at/hci/sane/xsane/ \
|
|
|
|
ftp://ftp.mostang.com/pub/sane/xsane/ \
|
1999-05-10 00:38:24 +02:00
|
|
|
|
|
|
|
MAINTAINER= domi@saargate.de
|
|
|
|
|
2000-10-05 08:36:23 +02:00
|
|
|
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext \
|
2001-04-03 03:40:32 +02:00
|
|
|
sane.1:${PORTSDIR}/graphics/sane-backends \
|
1999-05-10 00:38:24 +02:00
|
|
|
jpeg.9:${PORTSDIR}/graphics/jpeg \
|
1999-09-07 12:45:31 +02:00
|
|
|
tiff.4:${PORTSDIR}/graphics/tiff \
|
2000-07-04 09:13:35 +02:00
|
|
|
png.4:${PORTSDIR}/graphics/png
|
1999-05-10 00:38:24 +02:00
|
|
|
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_X_PREFIX= yes
|
2000-10-05 08:36:23 +02:00
|
|
|
USE_GTK= yes
|
2000-08-07 08:54:34 +02:00
|
|
|
USE_AUTOCONF= yes
|
2000-10-05 08:36:23 +02:00
|
|
|
CONFIGURE_ARGS= --enable-intl-patch
|
1999-05-29 05:56:15 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2001-01-15 05:01:25 +01:00
|
|
|
LIBS="-L${LOCALBASE}/lib -lintl"
|
1999-11-23 13:04:01 +01:00
|
|
|
|
2000-08-07 08:54:34 +02:00
|
|
|
MAN1= xsane.1
|
1999-05-10 00:38:24 +02:00
|
|
|
|
|
|
|
post-install:
|
2000-08-07 08:54:34 +02:00
|
|
|
@${CAT} ${PKGMESSAGE}
|
1999-05-10 00:38:24 +02:00
|
|
|
|
2000-08-07 08:54:34 +02:00
|
|
|
.include <bsd.port.mk>
|