summaryrefslogtreecommitdiff
path: root/graphics/dc20ctrl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/dc20ctrl/Makefile')
-rw-r--r--graphics/dc20ctrl/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/graphics/dc20ctrl/Makefile b/graphics/dc20ctrl/Makefile
new file mode 100644
index 000000000000..b932f4bb38e0
--- /dev/null
+++ b/graphics/dc20ctrl/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: dc20ctrl
+# Version required: 0.4
+# Date created: 17 Feb 1998
+# Whom: Ugo Paternostro <paterno@dsi.unifi.it>
+#
+# $Id$
+#
+
+DISTNAME= dc20ctrl-0.4
+CATEGORIES= graphics
+MASTER_SITES= http://aguirre.dsi.unifi.it/~paterno/binaries/
+
+MAINTAINER= paterno@dsi.unifi.it
+
+LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
+ tiff.4:${PORTSDIR}/graphics/tiff34 \
+ png.2:${PORTSDIR}/graphics/png
+
+MAKE_FLAGS= -DUSE_JPEG -DUSE_TIFF -DUSE_PNG
+
+MAN1= dc20ctrl.1
+MANCOMPRESSED= yes
+
+.include <bsd.port.mk>