diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-12 12:46:48 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-12 12:46:48 +0000 |
commit | aedfd79803eb57197f5a310be25d12c44521e526 (patch) | |
tree | 3ad1e3fc029c2f8c53e5dae8846acda854810726 /x11-toolkits/soqt/Makefile | |
parent | 7844bb63f57fbca4694eed7754d059e251e35061 (diff) |
Notes
Diffstat (limited to 'x11-toolkits/soqt/Makefile')
-rw-r--r-- | x11-toolkits/soqt/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-toolkits/soqt/Makefile b/x11-toolkits/soqt/Makefile index fc8d1e961576..64aa7232a0a6 100644 --- a/x11-toolkits/soqt/Makefile +++ b/x11-toolkits/soqt/Makefile @@ -3,7 +3,7 @@ PORTNAME= SoQt PORTVERSION= 1.5.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-toolkits MASTER_SITES= https://bitbucket.org/Coin3D/coin/downloads/ DIST_SUBDIR= KDE @@ -12,6 +12,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Qt4 toolkit library for Coin LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE.GPL LIB_DEPENDS= libCoin.so:${PORTSDIR}/graphics/Coin @@ -24,6 +25,7 @@ CONFIGURE_ENV= QTDIR="${QT_PREFIX}" MOC="${MOC}" CONFIGURE_ARGS= --with-pthread=yes --with-coin=${LOCALBASE} \ --with-qt=${QT_LIBDIR} \ --enable-debug=no +INSTALL_TARGET= install-strip USE_LDCONFIG= yes CPPFLAGS+= -I${QT_INCDIR}/Qt -I${QT_INCDIR} -I${LOCALBASE}/include |