2012-10-29 18:04:39 +01:00
|
|
|
# Created by: ijliao
|
2004-08-04 03:25:56 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= agg
|
2007-06-16 21:24:53 +02:00
|
|
|
PORTVERSION= 2.5
|
2014-12-08 17:48:38 +01:00
|
|
|
PORTREVISION= 11
|
2004-08-04 03:25:56 +02:00
|
|
|
CATEGORIES= graphics
|
2005-04-12 10:20:30 +02:00
|
|
|
MASTER_SITES= http://www.antigrain.com/ \
|
2007-06-16 21:24:53 +02:00
|
|
|
http://freebsd.unixfreunde.de/sources/
|
2004-08-04 03:25:56 +02:00
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2014-02-02 18:48:46 +01:00
|
|
|
COMMENT= High Quality Rendering Engine for C++
|
2004-08-04 03:25:56 +02:00
|
|
|
|
2011-10-18 15:05:53 +02:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2014-02-02 18:48:46 +01:00
|
|
|
LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2
|
2008-03-28 19:35:28 +01:00
|
|
|
|
2008-03-20 21:06:02 +01:00
|
|
|
USE_XORG= x11
|
2014-08-06 16:58:49 +02:00
|
|
|
USES= gmake libtool pathfix pkgconfig
|
2011-10-18 15:05:53 +02:00
|
|
|
USE_SDL= sdl
|
|
|
|
USE_AUTOTOOLS= aclocal autoheader autoconf libtoolize automake
|
|
|
|
ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal
|
|
|
|
AUTOMAKE_ARGS= --foreign --add-missing --ignore-deps
|
2008-07-25 14:24:09 +02:00
|
|
|
MAKE_ENV= C="${CC}" AGGCXXFLAGS="${CXXFLAGS}"
|
2011-10-18 15:05:53 +02:00
|
|
|
USE_LDCONFIG= yes
|
2012-01-04 22:19:26 +01:00
|
|
|
MAKE_JOBS_UNSAFE= yes
|
2004-08-04 03:25:56 +02:00
|
|
|
|
2011-10-18 15:05:53 +02:00
|
|
|
CXXFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -I../include -L./
|
2004-08-16 04:33:05 +02:00
|
|
|
|
2014-02-02 18:48:46 +01:00
|
|
|
BROKEN_sparc64= Does not compile
|
2008-02-01 12:52:51 +01:00
|
|
|
|
2011-10-18 15:05:53 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \
|
|
|
|
${WRKSRC}/Makefile.am
|
|
|
|
|
2014-02-02 18:48:46 +01:00
|
|
|
.include <bsd.port.mk>
|