diff options
author | obrien <obrien@FreeBSD.org> | 1998-04-30 10:38:11 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1998-04-30 10:38:11 +0800 |
commit | 5c6b93845882253a86a45784a8edbe4577259958 (patch) | |
tree | 60d3434a59ad32ac9568d465b6c7ab34a4976004 /graphics/sane/Makefile | |
parent | 8595dcb707133e71141d6b888950990aedf20d3c (diff) | |
download | freebsd-ports-gnome-5c6b93845882253a86a45784a8edbe4577259958.tar.gz freebsd-ports-gnome-5c6b93845882253a86a45784a8edbe4577259958.tar.zst freebsd-ports-gnome-5c6b93845882253a86a45784a8edbe4577259958.zip |
Fixes to sane.
Submitted by: Vanill I. Shu <vanilla@MinJe.com.TW>
Diffstat (limited to 'graphics/sane/Makefile')
-rw-r--r-- | graphics/sane/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/graphics/sane/Makefile b/graphics/sane/Makefile index df51bb972f8d..2e0f73bb88e6 100644 --- a/graphics/sane/Makefile +++ b/graphics/sane/Makefile @@ -1,27 +1,27 @@ # New ports collection makefile for: sane -# Version required: 0.61 +# Version required: 0.72 # Date created: Sat Jul 19 16:23:10 MET DST 1997 # Whom: gary@hotlava.com # obrien@FreeBSD.org # -# $Id: Makefile,v 1.1.1.1 1998/03/01 00:44:58 obrien Exp $ +# $Id: Makefile,v 1.2 1998/03/11 13:17:05 obrien Exp $ # -DISTNAME= sane-0.65 +DISTNAME= sane-0.72 CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= apps/graphics/capture +MASTER_SITES= ftp://ftp.mostang.com/pub/sane/ MAINTAINER= gary@hotlava.com -BROKEN= "X front end doesn't build right agaist our gtk port" +LIB_DEPENDS= gtk\\.1\\.:${PORTSDIR}/x11/gtk GNU_CONFIGURE= yes 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 +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 post-install: ${LDCONFIG} -m ${PREFIX}/lib |