1998-03-01 00:44:59 +00:00
|
|
|
# New ports collection makefile for: sane
|
1998-04-30 02:38:11 +00:00
|
|
|
# Version required: 0.72
|
1998-03-01 00:44:59 +00:00
|
|
|
# Date created: Sat Jul 19 16:23:10 MET DST 1997
|
|
|
|
# Whom: gary@hotlava.com
|
|
|
|
# obrien@FreeBSD.org
|
|
|
|
#
|
1998-04-30 02:38:11 +00:00
|
|
|
# $Id: Makefile,v 1.2 1998/03/11 13:17:05 obrien Exp $
|
1998-03-01 00:44:59 +00:00
|
|
|
#
|
|
|
|
|
1998-04-30 02:38:11 +00:00
|
|
|
DISTNAME= sane-0.72
|
1998-03-01 00:44:59 +00:00
|
|
|
CATEGORIES= graphics
|
1998-04-30 02:38:11 +00:00
|
|
|
MASTER_SITES= ftp://ftp.mostang.com/pub/sane/
|
1998-03-01 00:44:59 +00:00
|
|
|
|
|
|
|
MAINTAINER= gary@hotlava.com
|
|
|
|
|
1998-04-30 02:38:11 +00:00
|
|
|
LIB_DEPENDS= gtk\\.1\\.:${PORTSDIR}/x11/gtk
|
1998-03-11 13:17:05 +00:00
|
|
|
|
1998-03-01 00:44:59 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
|
1998-04-30 02:38:11 +00:00
|
|
|
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
|
1998-03-01 00:44:59 +00:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
${LDCONFIG} -m ${PREFIX}/lib
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|