mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
26 lines
529 B
Makefile
26 lines
529 B
Makefile
# New ports collection makefile for: aalib
|
|
# Version required: 1.2
|
|
# Date created: 9 Dec 1997
|
|
# Whom: Andrey Zakhvatov
|
|
#
|
|
# $Id: Makefile,v 1.3 1998/03/28 19:19:25 asami 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>
|