From ed94058d2c9aa53ffdaf71aeece3b0d9d8c4796b Mon Sep 17 00:00:00 2001 From: vanilla Date: Wed, 24 Dec 1997 07:39:24 +0000 Subject: Aview is a graphics viewer which utilize graphics/aalib, It display graphics using ascii texts. PR: ports/5336 Submitted by: Frank Chen Hsiung Chan --- graphics/aview/Makefile | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 graphics/aview/Makefile (limited to 'graphics/aview/Makefile') 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 -- cgit