aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/aalib/Makefile
blob: f35ea796e068f535383ffe1f8e3f0ce34b0b319d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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>