mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
547f1f50c7
PR: ports/5339 Submitted by: frankch@waru.life.nthu.edu.tw
24 lines
481 B
Makefile
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>
|