- Add LICENSE
- Add MAKE_JOBS_SAFE - Update WWW PR: 161599 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
This commit is contained in:
parent
c90cab4d60
commit
f4fcdf1f8f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=283790
2 changed files with 15 additions and 14 deletions
|
@ -15,30 +15,31 @@ MASTER_SITES= http://www.antigrain.com/ \
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A High Quality Rendering Engine for C++
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_SDL= sdl
|
||||
USE_XORG= x11
|
||||
USE_GNOME= pkgconfig gnomehack
|
||||
USE_GNOME= gnomehack pkgconfig
|
||||
USE_SDL= sdl
|
||||
USE_GMAKE= yes
|
||||
USE_LDCONFIG= yes
|
||||
ACLOCAL_ARGS+= -I ${LOCALBASE}/share/aclocal
|
||||
USE_AUTOTOOLS= autoconf:env automake:env libtool:env
|
||||
USE_AUTOTOOLS= aclocal autoheader autoconf libtoolize automake
|
||||
ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal
|
||||
AUTOMAKE_ARGS= --foreign --add-missing --ignore-deps
|
||||
MAKE_ENV= C="${CC}" AGGCXXFLAGS="${CXXFLAGS}"
|
||||
USE_LDCONFIG= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
CXXFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -I../include -L./
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \
|
||||
${WRKSRC}/Makefile.am
|
||||
|
||||
pre-configure:
|
||||
@cd ${WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ACLOCAL_ARGS="${ACLOCAL_ARGS}" ${SH} autogen.sh
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "sparc64"
|
||||
BROKEN= Does not compile
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \
|
||||
${WRKSRC}/Makefile.am
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -13,4 +13,4 @@ do much more than that. The ideas and the philosophy of AGG are:
|
|||
* Lightweight design.
|
||||
* Reliability and stability (including numerical stability).
|
||||
|
||||
WWW: http://vector-agg.sourceforge.net/
|
||||
WWW: http://www.antigrain.com/
|
||||
|
|
Loading…
Reference in a new issue