diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-12 12:46:48 +0000 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-12 12:46:48 +0000 |
commit | 227663a07767416740e69a4e94eca47066fdf6a2 (patch) | |
tree | 3ad1e3fc029c2f8c53e5dae8846acda854810726 | |
parent | ee72e08ef0d286d28bcf1e296b53aaa5fc15a2ee (diff) | |
download | FreeBSD-ports-227663a07767416740e69a4e94eca47066fdf6a2.zip FreeBSD-ports-227663a07767416740e69a4e94eca47066fdf6a2.tar.gz |
- Add LICENSE_FILE
- Strip library
-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 fc8d1e9..64aa723 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 |