summaryrefslogtreecommitdiff
path: root/graphics/sane-backends
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1998-09-17 04:47:46 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1998-09-17 04:47:46 +0000
commitd8c100fb37a3c201590152eb2a889b676f059d55 (patch)
treeeb2c699f60f647e38c05337fefacb4420f8b552f /graphics/sane-backends
parentUpgrade to 0.3.4. (diff)
Add 2 manpages.
Notes
Notes: svn path=/head/; revision=13199
Diffstat (limited to 'graphics/sane-backends')
-rw-r--r--graphics/sane-backends/Makefile24
1 files changed, 19 insertions, 5 deletions
diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile
index 05e2a1baeaf4..457ec78de9d5 100644
--- a/graphics/sane-backends/Makefile
+++ b/graphics/sane-backends/Makefile
@@ -4,7 +4,7 @@
# Whom: gary@hotlava.com
# obrien@FreeBSD.org
#
-# $Id: Makefile,v 1.6 1998/08/07 23:56:27 asami Exp $
+# $Id: Makefile,v 1.7 1998/09/15 11:44:07 vanilla Exp $
#
DISTNAME= sane-0.74
@@ -19,10 +19,24 @@ LIB_DEPENDS= gtk11\\.1\\.:${PORTSDIR}/x11-toolkits/gtk11
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
+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
pre-configure:
@${ECHO} "*** Note: SANE can be built with an X scanner interface"