add aalib port

This commit is contained in:
brad 1999-03-15 17:11:18 +00:00
parent f2d639a8d5
commit a437642c8d
6 changed files with 58 additions and 0 deletions

22
graphics/aalib/Makefile Normal file
View File

@ -0,0 +1,22 @@
# $OpenBSD: Makefile,v 1.1.1.1 1999/03/15 17:11:18 brad Exp $
# $FreeBSD: Makefile,v 1.6 1998/09/22 15:30:37 vanilla Exp $
DISTNAME= aalib-1.2
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.ta.jcu.cz/pub/aa/
MAINTAINER= brad@openbsd.org
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --enable-static
pre-install:
@if [ ! -f ${PREFIX}/info/dir ]; then \
${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
fi
post-install:
${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>

3
graphics/aalib/files/md5 Normal file
View File

@ -0,0 +1,3 @@
MD5 (aalib-1.2.tar.gz) = 790434e0f2005fc95559ab3eab42e746
RMD160 (aalib-1.2.tar.gz) = 8d28f84c661e7e3ca56ab4db2553b47f198a4c39
SHA1 (aalib-1.2.tar.gz) = cdbdc260f683db33e678d3d0a5153467b218bbad

View File

@ -0,0 +1 @@
An ascii art library

7
graphics/aalib/pkg/DESCR Normal file
View File

@ -0,0 +1,7 @@
AA-lib is a low-level graphics library similar to many other libraries
except for the fact that AA-lib does not require a graphics device! In
fact, no "graphical" output is possible. AA-lib uses a modern, high-tech
ascii-art renderer in place of outmoded and cumbersome graphical output.
The AA-lib API is designed to be similar to that of other graphics
libraries so learning its API should be simple.

14
graphics/aalib/pkg/PLIST Normal file
View File

@ -0,0 +1,14 @@
bin/aafire
bin/aainfo
bin/aasavefont
bin/aatest
include/aalib.h
lib/libaa.a
lib/libaa.la
lib/libaa.so.1.3
@unexec /sbin/ldconfig -R
@exec /sbin/ldconfig -m %B
@unexec install-info --delete %D/info/aalib.info %D/info/dir
info/aalib.info
@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir
@exec install-info %D/info/aalib.info %D/info/dir

View File

@ -0,0 +1,11 @@
bin/aafire
bin/aainfo
bin/aasavefont
bin/aatest
include/aalib.h
lib/libaa.a
lib/libaa.la
@unexec install-info --delete %D/info/aalib.info %D/info/dir
info/aalib.info
@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir
@exec install-info %D/info/aalib.info %D/info/dir