1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00

Stage support

This commit is contained in:
Antoine Brodin 2014-02-02 17:48:46 +00:00
parent 8212f5a5d3
commit fc1a7f0221
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342350

View File

@ -9,16 +9,15 @@ MASTER_SITES= http://www.antigrain.com/ \
http://freebsd.unixfreunde.de/sources/
MAINTAINER= ports@FreeBSD.org
COMMENT= A High Quality Rendering Engine for C++
COMMENT= High Quality Rendering Engine for C++
LICENSE= GPLv2
LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2
LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2
USE_XORG= x11
USES= pathfix pkgconfig
USES= gmake pathfix pkgconfig
USE_SDL= sdl
USE_GMAKE= yes
USE_AUTOTOOLS= aclocal autoheader autoconf libtoolize automake
ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal
AUTOMAKE_ARGS= --foreign --add-missing --ignore-deps
@ -28,15 +27,10 @@ MAKE_JOBS_UNSAFE= yes
CXXFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -I../include -L./
NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= Does not compile
.endif
BROKEN_sparc64= Does not compile
post-patch:
@${REINPLACE_CMD} -e 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \
${WRKSRC}/Makefile.am
.include <bsd.port.post.mk>
.include <bsd.port.mk>