summaryrefslogtreecommitdiffstats
path: root/graphics/sane-backends/Makefile
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>1998-12-06 09:37:29 +0000
committervanilla <vanilla@FreeBSD.org>1998-12-06 09:37:29 +0000
commitb8ce5cf4d449f7abfd0b2d5c088b824ef70bc068 (patch)
treea21b6fb8bb82b796df3337e2e16f971862ab1a55 /graphics/sane-backends/Makefile
parentfd934f383f00f3b69413e36bab16fde269708172 (diff)
downloadFreeBSD-ports-b8ce5cf4d449f7abfd0b2d5c088b824ef70bc068.zip
FreeBSD-ports-b8ce5cf4d449f7abfd0b2d5c088b824ef70bc068.tar.gz
Upgrade to 1.0, add cam support. (i hope it can work on 2.2.x)
Diffstat (limited to 'graphics/sane-backends/Makefile')
-rw-r--r--graphics/sane-backends/Makefile30
1 files changed, 20 insertions, 10 deletions
diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile
index 72a9231..6e89b6e 100644
--- a/graphics/sane-backends/Makefile
+++ b/graphics/sane-backends/Makefile
@@ -1,30 +1,40 @@
# New ports collection makefile for: sane
-# Version required: 0.74
-# Date created: Sat Jul 19 16:23:10 MET DST 1997
-# Whom: gary@hotlava.com
-# obrien@FreeBSD.org
+# Version required: 1.00
+# Date created: Sat Jul 19 16:23:10 MET DST 1997
+# Whom: gary@hotlava.com
+# obrien@FreeBSD.org
#
-# $Id: Makefile,v 1.10 1998/10/05 03:04:00 steve Exp $
+# $Id: Makefile,v 1.11 1998/10/05 03:04:39 steve Exp $
#
-DISTNAME= sane-0.74
+DISTNAME= sane-1.00
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.mostang.com/pub/sane/ \
ftp://ftp.lahn.de/pub/platforms/linux/libs/
MAINTAINER= gary@hotlava.com
-BROKEN_ELF= build
+LIB_DEPENDS= gtk.1:${PORTSDIR}/x11-toolkits/gtk \
+ jpeg.9:${PORTSDIR}/graphics/jpeg
-LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11
+VERSION!= sysctl -n kern.osreldate
-GNU_CONFIGURE= yes
USE_GMAKE= yes
+GNU_CONFIGURE= yes
+.if ${VERSION} < 300000
+CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
+ LIBS="-L${LOCALBASE}/lib"
+.else
+CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
+ LIBS="-L${LOCALBASE}/lib -lcam"
+.endif
MAN1= scanimage.1 \
xscanimage.1 \
saned.1
-MAN5= sane-apple.5 \
+MAN5= sane-abaton.5 \
+ sane-agfafocus.5 \
+ sane-apple.5 \
sane-dc25.5 \
sane-dll.5 \
sane-dmc.5 \
OpenPOWER on IntegriCloud