aboutsummaryrefslogtreecommitdiff
path: root/graphics/aalib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/aalib/Makefile')
-rw-r--r--graphics/aalib/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/graphics/aalib/Makefile b/graphics/aalib/Makefile
index b7c803458bcb..f35ea796e068 100644
--- a/graphics/aalib/Makefile
+++ b/graphics/aalib/Makefile
@@ -1,20 +1,22 @@
# New ports collection makefile for: aalib
-# Version required: 1.1.6
+# Version required: 1.2
# Date created: 9 Dec 1997
# Whom: Andrey Zakhvatov
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1997/12/19 08:59:36 vanilla Exp $
#
-DISTNAME= aalib-1.1.6
+DISTNAME= aalib-1.2
CATEGORIES= graphics
-MASTER_SITES= ftp://ftp.ta.jcu.cz/pub/aa/development/
+MASTER_SITES= ftp://ftp.ta.jcu.cz/pub/aa/
MAINTAINER= andy@icc.surw.chel.su
-WRKSRC= ${WRKDIR}/aalib-1.1
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; \