freebsd-ports/graphics/sane-backends/Makefile
Kevin Lo c9a0baed20 Update to version 1.0.5
PR: 28649
Submitted by: Ports Fury
2001-07-03 13:09:58 +00:00

40 lines
1.2 KiB
Makefile

# New ports collection makefile for: sane-backends
# Date created: Sat Jul 19 16:23:10 MET DST 1997
# Whom: gary@hotlava.com
#
# $FreeBSD$
#
PORTNAME= sane-backends
PORTVERSION= 1.0.5
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.mostang.com/pub/sane/%SUBDIR%/ \
ftp://ftp.de.mostang.com/pub/sane/%SUBDIR/ \
ftp://ftp.no.mostang.com/pub/sane/%SUBDIR%/
MASTER_SITE_SUBDIR= sane-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg
USE_GMAKE= yes
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
MAKE_ENV= NOPORTDOCS=${NOPORTDOCS}
INSTALLS_SHLIB= yes
MAN1= sane-find-scanner.1 saned.1 scanimage.1
MAN5= sane-abaton.5 sane-agfafocus.5 sane-apple.5 sane-artec.5 \
sane-as6e.5 sane-avision.5 sane-bh.5 sane-canon.5 sane-coolscan.5 \
sane-dc210.5 sane-dc240.5 sane-dc25.5 sane-dll.5 sane-dmc.5 \
sane-epson.5 sane-fujitsu.5 sane-hp.5 sane-microtek.5 \
sane-microtek2.5 sane-mustek.5 sane-mustek_pp.5 sane-nec.5 \
sane-net.5 sane-pie.5 sane-pint.5 sane-plustek.5 sane-pnm.5 \
sane-qcam.5 sane-ricoh.5 sane-s9036.5 sane-scsi.5 sane-sharp.5 \
sane-sm3600.5 sane-snapscan.5 sane-st400.5 sane-tamarack.5 \
sane-umax.5 sane-umax_pp.5 sane-v4l.5
MAN7= sane.7
.include <bsd.port.mk>