1998-03-01 00:44:59 +00:00
|
|
|
# New ports collection makefile for: sane
|
1998-09-15 11:44:08 +00:00
|
|
|
# Version required: 0.74
|
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-10-05 03:04:39 +00:00
|
|
|
# $Id: Makefile,v 1.10 1998/10/05 03:04:00 steve Exp $
|
1998-03-01 00:44:59 +00:00
|
|
|
#
|
|
|
|
|
1998-09-15 11:44:08 +00:00
|
|
|
DISTNAME= sane-0.74
|
1998-03-01 00:44:59 +00:00
|
|
|
CATEGORIES= graphics
|
1998-07-12 22:31:17 +00:00
|
|
|
MASTER_SITES= ftp://ftp.mostang.com/pub/sane/ \
|
|
|
|
ftp://ftp.lahn.de/pub/platforms/linux/libs/
|
1998-03-01 00:44:59 +00:00
|
|
|
|
|
|
|
MAINTAINER= gary@hotlava.com
|
|
|
|
|
1998-10-05 03:04:39 +00:00
|
|
|
BROKEN_ELF= build
|
|
|
|
|
1998-09-22 22:55:56 +00:00
|
|
|
LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11
|
1998-03-11 13:17:05 +00:00
|
|
|
|
1998-03-01 00:44:59 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
|
1998-09-17 04:47:46 +00:00
|
|
|
MAN1= scanimage.1 \
|
|
|
|
xscanimage.1 \
|
|
|
|
saned.1
|
|
|
|
MAN5= sane-apple.5 \
|
|
|
|
sane-dc25.5 \
|
|
|
|
sane-dll.5 \
|
|
|
|
sane-dmc.5 \
|
|
|
|
sane-epson.5 \
|
|
|
|
sane-hp.5 \
|
|
|
|
sane-microtek.5 \
|
|
|
|
sane-microtek2.5 \
|
|
|
|
sane-mustek.5 \
|
|
|
|
sane-net.5 \
|
|
|
|
sane-pint.5 \
|
|
|
|
sane-pnm.5 \
|
|
|
|
sane-qcam.5 \
|
|
|
|
sane-scsi.5 \
|
|
|
|
sane-umax.5
|
1998-05-26 08:18:01 +00:00
|
|
|
|
|
|
|
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."
|
1998-03-01 00:44:59 +00:00
|
|
|
|
|
|
|
post-install:
|
1998-10-05 03:04:03 +00:00
|
|
|
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
|
1998-05-26 08:18:01 +00:00
|
|
|
@${CAT} ${PKGDIR}/MESSAGE
|
1998-03-01 00:44:59 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|