aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/aview/Makefile
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>1997-12-24 15:39:24 +0800
committervanilla <vanilla@FreeBSD.org>1997-12-24 15:39:24 +0800
commited94058d2c9aa53ffdaf71aeece3b0d9d8c4796b (patch)
treedb991a01442815e393b039fdc278d2b483d43f29 /graphics/aview/Makefile
parente7684cca8a4e0c1775ce29d0b389b127b7ec7239 (diff)
downloadfreebsd-ports-gnome-ed94058d2c9aa53ffdaf71aeece3b0d9d8c4796b.tar.gz
freebsd-ports-gnome-ed94058d2c9aa53ffdaf71aeece3b0d9d8c4796b.tar.zst
freebsd-ports-gnome-ed94058d2c9aa53ffdaf71aeece3b0d9d8c4796b.zip
Aview is a graphics viewer which utilize graphics/aalib,
It display graphics using ascii texts. PR: ports/5336 Submitted by: Frank Chen Hsiung Chan <frankch@waru.life.nthu.edu.tw>
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>