diff options
author | manu <manu@pkgsrc.org> | 2001-09-08 23:03:02 +0000 |
---|---|---|
committer | manu <manu@pkgsrc.org> | 2001-09-08 23:03:02 +0000 |
commit | 4621849da871139edc506391f814346c12df39f9 (patch) | |
tree | ee8377a8ef0627abfbd0d28ec9ca1eb047807bd3 /graphics/aalib | |
parent | 9fd62c678dd6c82fe0868a2eda734d1aacbe1ae7 (diff) | |
download | pkgsrc-4621849da871139edc506391f814346c12df39f9.tar.gz |
ASCII Art Library
Diffstat (limited to 'graphics/aalib')
-rw-r--r-- | graphics/aalib/Makefile | 19 | ||||
-rw-r--r-- | graphics/aalib/distinfo | 4 | ||||
-rw-r--r-- | graphics/aalib/pkg/DESCR | 5 | ||||
-rw-r--r-- | graphics/aalib/pkg/PLIST | 12 |
4 files changed, 40 insertions, 0 deletions
diff --git a/graphics/aalib/Makefile b/graphics/aalib/Makefile new file mode 100644 index 00000000000..591779f73b6 --- /dev/null +++ b/graphics/aalib/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/09/08 23:03:02 manu Exp $ +# + +DISTNAME= aalib-1.2 +CATEGORIES= graphics +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aa-project/} + +MAINTAINER= manu@netbsd.org +HOMEPAGE= http://aa-project.sourceforge.net/aalib/ +COMMENT= ASCII Art library + +DEPENDS+= ncurses>=5.2:../../devel/ncurses + +GNU_CONFIGURE= YES +CONFIGURE_ARGS+= --with-ncurses=${LOCALBASE} + +CFLAGS+= -DPIC -fPIC + +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/aalib/distinfo b/graphics/aalib/distinfo new file mode 100644 index 00000000000..8c145efd49a --- /dev/null +++ b/graphics/aalib/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/09/08 23:03:02 manu Exp $ + +SHA1 (aalib-1.2.tar.gz) = cdbdc260f683db33e678d3d0a5153467b218bbad +Size (aalib-1.2.tar.gz) = 233541 bytes diff --git a/graphics/aalib/pkg/DESCR b/graphics/aalib/pkg/DESCR new file mode 100644 index 00000000000..e47db4e8f4d --- /dev/null +++ b/graphics/aalib/pkg/DESCR @@ -0,0 +1,5 @@ +AAlib is a portable ASCII Art library. From the AA project documentation: +"There are many problems of various kinds with video cards, low frequency +monitors, crashing graphical apps... AA-lib IS the solution. It works on a +terminal of any kind, it is fast and portable, it gives to you standard API. +It gives to your old hardware more power! " diff --git a/graphics/aalib/pkg/PLIST b/graphics/aalib/pkg/PLIST new file mode 100644 index 00000000000..464dc4cc819 --- /dev/null +++ b/graphics/aalib/pkg/PLIST @@ -0,0 +1,12 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/09/08 23:03:02 manu Exp $ +bin/aainfo +bin/aatest +bin/aafire +bin/aasavefont +include/aalib.h +@unexec install-info --delete %D/info/aalib.info %D/info/dir +info/aalib.info +@exec install-info %D/info/aalib.info %D/info/dir +lib/libaa.so.1.3 +lib/libaa.la +lib/libaa.a |