mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
0b36139684
PR: 19926 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
32 lines
603 B
Makefile
32 lines
603 B
Makefile
# New ports collection makefile for: aalib
|
|
# Date created: 9 Dec 1997
|
|
# Whom: Andrey Zakhvatov
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= aalib
|
|
PORTVERSION= 1.2
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ftp://horac.ta.jcu.cz/pub/aa/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
USE_AUTOMAKE= yes
|
|
AUTOMAKE= automake -a -i
|
|
USE_LIBTOOL= yes
|
|
INSTALLS_SHLIB= yes
|
|
|
|
.if defined(WITH_X11)
|
|
USE_XLIB= yes
|
|
CONFIGURE_ARGS= --x-includes="${X11BASE}/include" \
|
|
--x-libraries="${X11BASE}/lib"
|
|
.else
|
|
CONFIGURE_ARGS= --with-x=no
|
|
.endif
|
|
|
|
post-patch:
|
|
@${PERL} -pi -e "s|%%LOCALBASE%%|${LOCALBASE}|g;" ${WRKSRC}/configure.in
|
|
|
|
.include <bsd.port.mk>
|