1998-03-01 00:44:59 +00:00
|
|
|
# New ports collection makefile for: sane
|
1999-05-29 03:56:15 +00:00
|
|
|
# Version required: 1.0.1
|
1998-12-06 09:37:29 +00:00
|
|
|
# Date created: Sat Jul 19 16:23:10 MET DST 1997
|
|
|
|
# Whom: gary@hotlava.com
|
1998-03-01 00:44:59 +00:00
|
|
|
#
|
1999-08-25 06:16:32 +00:00
|
|
|
# $FreeBSD$
|
1998-03-01 00:44:59 +00:00
|
|
|
#
|
|
|
|
|
1999-05-22 04:36:08 +00:00
|
|
|
DISTNAME= sane-1.0.1
|
1998-03-01 00:44:59 +00:00
|
|
|
CATEGORIES= graphics
|
2000-02-13 16:09:30 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
|
|
|
|
ftp://ftp.mostang.com/pub/sane/
|
|
|
|
MASTER_SITE_SUBDIR= apps/graphics/capture
|
1998-03-01 00:44:59 +00:00
|
|
|
|
2000-02-13 16:09:30 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
1998-03-01 00:44:59 +00:00
|
|
|
|
1999-05-29 03:56:15 +00:00
|
|
|
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
|
1998-12-06 09:37:29 +00:00
|
|
|
jpeg.9:${PORTSDIR}/graphics/jpeg
|
1998-10-05 03:04:39 +00:00
|
|
|
|
1999-05-29 03:56:15 +00:00
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
|
|
|
|
1999-04-07 19:10:45 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
1998-03-11 13:17:05 +00:00
|
|
|
|
1998-03-01 00:44:59 +00:00
|
|
|
USE_GMAKE= yes
|
2000-02-13 16:09:30 +00:00
|
|
|
USE_LIBTOOL= yes
|
1999-04-07 19:10:45 +00:00
|
|
|
.if ${OSVERSION} < 300000
|
1998-12-06 09:37:29 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
|
1999-01-22 22:18:10 +00:00
|
|
|
LIBS="-L${LOCALBASE}/lib" \
|
1999-05-29 03:56:15 +00:00
|
|
|
GTK_CONFIG="${GTK_CONFIG}"
|
1998-12-06 09:37:29 +00:00
|
|
|
.else
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
|
1999-01-22 22:18:10 +00:00
|
|
|
LIBS="-L${LOCALBASE}/lib -lcam" \
|
1999-05-29 03:56:15 +00:00
|
|
|
GTK_CONFIG="${GTK_CONFIG}"
|
1998-12-06 09:37:29 +00:00
|
|
|
.endif
|
1998-03-01 00:44:59 +00:00
|
|
|
|
1998-09-17 04:47:46 +00:00
|
|
|
MAN1= scanimage.1 \
|
|
|
|
xscanimage.1 \
|
|
|
|
saned.1
|
1998-12-06 09:37:29 +00:00
|
|
|
MAN5= sane-abaton.5 \
|
|
|
|
sane-agfafocus.5 \
|
|
|
|
sane-apple.5 \
|
1998-09-17 04:47:46 +00:00
|
|
|
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-05-26 08:18:01 +00:00
|
|
|
@${CAT} ${PKGDIR}/MESSAGE
|
1998-03-01 00:44:59 +00:00
|
|
|
|
1999-04-07 19:10:45 +00:00
|
|
|
.include <bsd.port.post.mk>
|