1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00
freebsd-ports/graphics/aalib/Makefile
Vanilla I. Shu 547f1f50c7 reimport aalib.
PR:		ports/5339
Submitted by:	frankch@waru.life.nthu.edu.tw
1997-12-19 08:59:38 +00:00

24 lines
481 B
Makefile

# New ports collection makefile for: aalib
# Version required: 1.1.6
# Date created: 9 Dec 1997
# Whom: Andrey Zakhvatov
#
# $Id$
#
DISTNAME= aalib-1.1.6
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.ta.jcu.cz/pub/aa/development/
MAINTAINER= andy@icc.surw.chel.su
WRKSRC= ${WRKDIR}/aalib-1.1
GNU_CONFIGURE= yes
pre-install:
@if [ ! -f ${PREFIX}/info/dir ]; then \
${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
fi
.include <bsd.port.mk>