1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- Clarify LICENSE

- Add LICENSE_FILE
- Strip libraries
This commit is contained in:
Dmitry Marakasov 2014-12-11 21:10:54 +00:00
parent ee1f1da631
commit b7cdf4bac5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=374550

View File

@ -11,7 +11,8 @@ MASTER_SITES= http://www.antigrain.com/ \
MAINTAINER= ports@FreeBSD.org
COMMENT= High Quality Rendering Engine for C++
LICENSE= GPLv2
LICENSE= GPLv2 # or later
LICENSE_FILE= ${WRKSRC}/copying
LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2
@ -23,6 +24,7 @@ ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal
AUTOMAKE_ARGS= --foreign --add-missing --ignore-deps
MAKE_ENV= C="${CC}" AGGCXXFLAGS="${CXXFLAGS}"
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
MAKE_JOBS_UNSAFE= yes
CXXFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -I../include -L./
@ -31,6 +33,6 @@ BROKEN_sparc64= Does not compile
post-patch:
@${REINPLACE_CMD} -e 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \
${WRKSRC}/Makefile.am
${WRKSRC}/Makefile.am
.include <bsd.port.mk>