aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/sane-backends/Makefile
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2001-03-22 17:13:27 +0800
committervanilla <vanilla@FreeBSD.org>2001-03-22 17:13:27 +0800
commitc0a9a8fc9ec4e3702db5df69ecb721f3d09db985 (patch)
tree2fc4aff1687cd09efb01fb6e00c782b369544a9a /graphics/sane-backends/Makefile
parent1f3223280cc58ab09226ebc6f1d26d2e335ce1ca (diff)
downloadfreebsd-ports-gnome-c0a9a8fc9ec4e3702db5df69ecb721f3d09db985.tar.gz
freebsd-ports-gnome-c0a9a8fc9ec4e3702db5df69ecb721f3d09db985.tar.zst
freebsd-ports-gnome-c0a9a8fc9ec4e3702db5df69ecb721f3d09db985.zip
Upgrade to 1.0.4,
sane split to 2 ports now, sane-backends and sane-frontends. PR: ports/24931 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'graphics/sane-backends/Makefile')
-rw-r--r--graphics/sane-backends/Makefile28
1 files changed, 8 insertions, 20 deletions
diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile
index 7e6768f3ed42..83ca9f627daa 100644
--- a/graphics/sane-backends/Makefile
+++ b/graphics/sane-backends/Makefile
@@ -1,13 +1,12 @@
-# New ports collection makefile for: sane
+# New ports collection makefile for: sane-backends
# Date created: Sat Jul 19 16:23:10 MET DST 1997
# Whom: gary@hotlava.com
#
# $FreeBSD$
#
-PORTNAME= sane
-PORTVERSION= 1.0.3
-PORTREVISION= 1
+PORTNAME= sane-backends
+PORTVERSION= 1.0.4
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
ftp://ftp.mostang.com/pub/sane/
@@ -19,28 +18,17 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg
USE_GMAKE= yes
USE_LIBTOOL= yes
-USE_GTK= yes
-INSTALLS_SHLIB= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
-MAN1= saned.1 scanimage.1 xcam.1 xscanimage.1
+MAN1= saned.1 scanimage.1
MAN5= sane-abaton.5 sane-agfafocus.5 sane-apple.5 sane-artec.5 \
- sane-avision.5 sane-canon.5 sane-coolscan.5 sane-dc210.5 \
- sane-dc25.5 sane-dll.5 sane-dmc.5 sane-epson.5 \
+ sane-as6e.5 sane-avision.5 sane-canon.5 sane-coolscan.5 \
+ sane-dc210.5 sane-dc25.5 sane-dll.5 sane-dmc.5 sane-epson.5 \
sane-fujitsu.5 sane-hp.5 sane-microtek.5 sane-microtek2.5 \
- sane-mustek.5 sane-mustek_pp.5 sane-net.5 sane-pint.5 \
- sane-plustek.5 sane-pnm.5 sane-qcam.5 sane-ricoh.5 \
+ sane-mustek.5 sane-mustek_pp.5 sane-nec.5 sane-net.5 sane-pie.5 \
+ sane-pint.5 sane-plustek.5 sane-pnm.5 sane-qcam.5 sane-ricoh.5 \
sane-s9036.5 sane-scsi.5 sane-sharp.5 sane-snapscan.5 \
sane-st400.5 sane-tamarack.5 sane-umax.5 sane-v4l.5
-pre-configure:
- @${ECHO} "*** Note: SANE can be built with an X scanner interface"
- @${ECHO} "*** (xscanimage) as well as a GIMP plug-in. If you wish"
- @${ECHO} "*** to do this, hit Ctrl-C right now and build/install"
- @${ECHO} "*** the GIMP and GTK packages/ports."
-
-post-install:
- @${CAT} ${PKGMESSAGE}
-
.include <bsd.port.mk>