aboutsummaryrefslogtreecommitdiff
path: root/graphics/aview/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1997-12-24 07:39:24 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1997-12-24 07:39:24 +0000
commit6ad12af958af07f34f8bbb90255287741663d995 (patch)
treed8cea5c70de747d82870cf5089b6ed9bc508f3c7 /graphics/aview/Makefile
parent742d411eeda4caca998d1f751fe4eaccbaabd05f (diff)
downloadports-6ad12af958af07f34f8bbb90255287741663d995.tar.gz
ports-6ad12af958af07f34f8bbb90255287741663d995.zip
Notes
Diffstat (limited to 'graphics/aview/Makefile')
-rw-r--r--graphics/aview/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/graphics/aview/Makefile b/graphics/aview/Makefile
new file mode 100644
index 000000000000..3ab6706aa458
--- /dev/null
+++ b/graphics/aview/Makefile
@@ -0,0 +1,21 @@
+# New ports collection Makefile for: aview
+# Version required: 1.1
+# Date created: Dec 18 1997
+# Whom: frankch@waru.life.nthu.edu.tw
+#
+# $Id$
+#
+
+DISTNAME= aview-1.1
+CATEGORIES= graphics x11
+MASTER_SITES= ftp://ftp.ta.jcu.cz/pub/aa/
+
+MAINTAINER= frankch@waru.life.nthu.edu.tw
+
+RUN_DEPENDS= anytopnm:${PORTSDIR}/graphics/netpbm \
+ convert:${PORTSDIR}/graphics/ImageMagick
+LIB_DEPENDS= aa\\.1\\.:${PORTSDIR}/graphics/aalib
+
+GNU_CONFIGURE= YES
+
+.include <bsd.port.mk>