summaryrefslogtreecommitdiff
path: root/graphics/cqcam/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/cqcam/Makefile')
-rw-r--r--graphics/cqcam/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/graphics/cqcam/Makefile b/graphics/cqcam/Makefile
index 96e001988a5..c5c1a1b9495 100644
--- a/graphics/cqcam/Makefile
+++ b/graphics/cqcam/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2004/04/25 02:49:22 snj Exp $
+# $NetBSD: Makefile,v 1.20 2004/07/10 22:18:23 wiz Exp $
#
DISTNAME= cqcam-0.45a
@@ -15,8 +15,15 @@ ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-alpha
LICENSE= no-profit
USE_BUILDLINK3= YES
+USE_LANGUAGES= c c++
USE_X11= YES
+post-install:
+ ${RM} ${PREFIX}/man/man1/webcam.1.gz
+ ${RM} ${PREFIX}/man/man1/xcqcam.1.gz
+ ${LN} ${PREFIX}/man/man1/cqcam.1 ${PREFIX}/man/man1/webcam.1
+ ${LN} ${PREFIX}/man/man1/cqcam.1 ${PREFIX}/man/man1/xcqcam.1
+
.include "../../graphics/jpeg/buildlink3.mk"
.include "../../x11/tk83/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"