1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/graphics/aalib/Makefile
Andreas Klemm 6a14cac413 - sources changed without bumping the version number
- corrected MD5 checksum
- the removal of config.cache isn't necessary anomore, port build
  failed here, since config.cache isn't in the sources anymore
- revamped the patches a bit, it's bad style to patch one file
  (configure) using several patches, you loose the overview what
  is patches in one file and it makes it difficult to maintain
  patches in the future...
- hope MAINTAINER agrees, needed aalib for gimp port, but didn't work
1998-04-19 10:26:55 +00:00

23 lines
477 B
Makefile

# New ports collection makefile for: aalib
# Version required: 1.2
# Date created: 9 Dec 1997
# Whom: Andrey Zakhvatov
#
# $Id: Makefile,v 1.4 1998/03/29 01:33:10 steve 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-install:
@if [ ! -f ${PREFIX}/info/dir ]; then \
${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
fi
.include <bsd.port.mk>