1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/graphics/sane/Makefile
Donald Burr 9da45c3ce4 q
Upgrade port graphics/sane to version 0.73.

* Update checksum.
* Update patches to patch against new sources.
* patch-03 no longer needed, it's now in the source.
* add new patch-04 to fix a new bogon.
* add instructions on how to configure it as a GIMP plug-in.
* redo PLIST to reflect the change in how libraries are installed
* add new man-page sane-microtek2.5 to both PLIST and Makefile
1998-05-26 08:18:01 +00:00

37 lines
1.0 KiB
Makefile

# New ports collection makefile for: sane
# Version required: 0.73
# Date created: Sat Jul 19 16:23:10 MET DST 1997
# Whom: gary@hotlava.com
# obrien@FreeBSD.org
#
# $Id: Makefile,v 1.3 1998/04/30 02:38:03 obrien Exp $
#
DISTNAME= sane-0.73
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.mostang.com/pub/sane/
MAINTAINER= gary@hotlava.com
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 sane-dmc.5 \
sane-epson.5 sane-microtek.5 sane-microtek2.5
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."
post-install:
${LDCONFIG} -m ${PREFIX}/lib
@${CAT} ${PKGDIR}/MESSAGE
.include <bsd.port.mk>