1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Modernize LIB_DEPENDS, strip .so file after install in default build, support staging.

This commit is contained in:
Matthias Andree 2014-03-13 08:37:16 +00:00
parent a471bc15e4
commit cb150b3c2d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348048
2 changed files with 18 additions and 18 deletions

View File

@ -10,9 +10,9 @@ MASTER_SITES= SF/panotools/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= vd@FreeBSD.org
COMMENT= Cross-platform library behind Panorama Tools and other photo stitchers
LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \
png15:${PORTSDIR}/graphics/png \
tiff:${PORTSDIR}/graphics/tiff
LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
libpng15.so:${PORTSDIR}/graphics/png \
libtiff.so:${PORTSDIR}/graphics/tiff
USE_GNOME= gtk20 glib20 pango atk
@ -29,20 +29,6 @@ CONFIGURE_ARGS= --with-png=${LOCALBASE} \
USE_LDCONFIG= yes
MAN1= \
PTAInterpolate.1 \
PTblender.1 \
PTcrop.1 \
PTinfo.1 \
PTmasker.1 \
PTmender.1 \
PToptimizer.1 \
PTroller.1 \
PTtiff2psd.1 \
PTtiffdump.1 \
PTuncrop.1 \
panoinfo.1
.if !defined(WITHOUT_JAVA)
USE_JAVA= yes
JAVA_VERSION= 1.6+
@ -54,8 +40,10 @@ CONFIGURE_ARGS+= --without-java
PLIST_SUB= JAVA="@comment "
.endif
NO_STAGE= yes
pre-configure:
cd ${WRKSRC} && ./bootstrap
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libpano13.so.2
.include <bsd.port.mk>

View File

@ -24,4 +24,16 @@ lib/libpano13.la
lib/libpano13.so
lib/libpano13.so.2
libdata/pkgconfig/libpano13.pc
man/man1/PTAInterpolate.1.gz
man/man1/PTblender.1.gz
man/man1/PTcrop.1.gz
man/man1/PTinfo.1.gz
man/man1/PTmasker.1.gz
man/man1/PTmender.1.gz
man/man1/PToptimizer.1.gz
man/man1/PTroller.1.gz
man/man1/PTtiff2psd.1.gz
man/man1/PTtiffdump.1.gz
man/man1/PTuncrop.1.gz
man/man1/panoinfo.1.gz
@dirrm include/pano13