1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/graphics/aalib/Makefile

21 lines
388 B
Makefile
Raw Normal View History

# New ports collection makefile for: aalib
# Version required: 1.2
# Date created: 9 Dec 1997
# Whom: Andrey Zakhvatov
#
1999-08-25 06:16:32 +00:00
# $FreeBSD$
#
DISTNAME= aalib-1.2
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.ta.jcu.cz/pub/aa/
MAINTAINER= andy@icc.surw.chel.su
USE_LIBTOOL= yes
1998-09-22 15:30:38 +00:00
post-install:
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>