diff options
author | Donald Burr <dburr@FreeBSD.org> | 1998-05-26 08:18:01 +0000 |
---|---|---|
committer | Donald Burr <dburr@FreeBSD.org> | 1998-05-26 08:18:01 +0000 |
commit | 9da45c3ce422a44338177d4ad0bb57661bd523f8 (patch) | |
tree | 83467ae5d005d152be2ff50d1a2c39fe1195b991 /graphics/sane-frontends/Makefile | |
parent | 615c71b0977afa93f297da8e0a690367ede9f86a (diff) |
Notes
Diffstat (limited to 'graphics/sane-frontends/Makefile')
-rw-r--r-- | graphics/sane-frontends/Makefile | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/graphics/sane-frontends/Makefile b/graphics/sane-frontends/Makefile index 2e0f73bb88e6..28b053db7372 100644 --- a/graphics/sane-frontends/Makefile +++ b/graphics/sane-frontends/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: sane -# Version required: 0.72 +# Version required: 0.73 # Date created: Sat Jul 19 16:23:10 MET DST 1997 # Whom: gary@hotlava.com # obrien@FreeBSD.org # -# $Id: Makefile,v 1.2 1998/03/11 13:17:05 obrien Exp $ +# $Id: Makefile,v 1.3 1998/04/30 02:38:03 obrien Exp $ # -DISTNAME= sane-0.72 +DISTNAME= sane-0.73 CATEGORIES= graphics MASTER_SITES= ftp://ftp.mostang.com/pub/sane/ @@ -21,9 +21,16 @@ USE_GMAKE= yes MAN1= scanimage.1 xscanimage.1 saned.1 MAN5= sane-dll.5 sane-hp.5 sane-mustek.5 sane-net.5 sane-pnm.5 \ sane-pint.5 sane-qcam.5 sane-umax.5 sane-scsi.5 sane-dmc.5 \ - sane-epson.5 sane-microtek.5 + sane-epson.5 sane-microtek.5 sane-microtek2.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: ${LDCONFIG} -m ${PREFIX}/lib + @${CAT} ${PKGDIR}/MESSAGE .include <bsd.port.mk> |