1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/graphics/aalib/Makefile
Steve Price 0a3f2e4ee0 Upgrade to version 1.2.
PR:		6079
Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>
1998-03-28 14:33:32 +00:00

26 lines
535 B
Makefile

# New ports collection makefile for: aalib
# Version required: 1.2
# Date created: 9 Dec 1997
# Whom: Andrey Zakhvatov
#
# $Id: Makefile,v 1.1.1.1 1997/12/19 08:59:36 vanilla Exp $
#
DISTNAME= aalib-1.2
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.ta.jcu.cz/pub/aa/
MAINTAINER= andy@icc.surw.chel.su
GNU_CONFIGURE= yes
pre-configure:
@${RM} ${WRKSRC}/config.cache
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>