Convert to USES=libtool and add INSTALL_TARGET=install-strip
This commit is contained in:
parent
2043f8f6fa
commit
7c66c7a9b5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=365681
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= sswf
|
||||
PORTVERSION= 1.8.4
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= SF
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
||||
@ -16,15 +16,16 @@ LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
USES= bison pkgconfig iconv
|
||||
USE_AUTOTOOLS= libtool
|
||||
USES= bison iconv libtool pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig
|
||||
INSTALL_TARGET= install-strip
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
PLIST_SUB= VERSION="${PORTVERSION}"
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
LIBS+= -L${LOCALBASE}/lib
|
||||
|
||||
OPTIONS_DEFINE= DEBUG
|
||||
|
||||
|
@ -9,30 +9,25 @@ include/sswf/libsswf.h
|
||||
include/sswf/libsswf_as.h
|
||||
include/sswf/libsswf_asas.h
|
||||
include/sswf/libsswf_c.h
|
||||
lib/libsswf-%%VERSION%%.so
|
||||
lib/libsswf-%%VERSION%%.so.3
|
||||
lib/libsswf-%%VERSION%%.so.3.0.0
|
||||
lib/libsswf.a
|
||||
lib/libsswf.la
|
||||
lib/libsswf.so
|
||||
lib/libsswf_as-%%VERSION%%.so
|
||||
lib/libsswf_as-%%VERSION%%.so.2
|
||||
lib/libsswf_as-%%VERSION%%.so.2.0.0
|
||||
lib/libsswf_as.a
|
||||
lib/libsswf_as.la
|
||||
lib/libsswf_as.so
|
||||
lib/libsswf_asas-%%VERSION%%.so
|
||||
lib/libsswf_asas-%%VERSION%%.so.2
|
||||
lib/libsswf_asas-%%VERSION%%.so.2.0.0
|
||||
lib/libsswf_asas.a
|
||||
lib/libsswf_asas.la
|
||||
lib/libsswf_asas.so
|
||||
lib/libsswf_asc-%%VERSION%%.so
|
||||
lib/libsswf_asc-%%VERSION%%.so.1
|
||||
lib/libsswf_asc-%%VERSION%%.so.1.0.0
|
||||
lib/libsswf_asc.a
|
||||
lib/libsswf_asc.la
|
||||
lib/libsswf_asc.so
|
||||
lib/libsswf_c-%%VERSION%%.so
|
||||
lib/libsswf_c-%%VERSION%%.so.2
|
||||
lib/libsswf_c-%%VERSION%%.so.2.0.0
|
||||
lib/libsswf_c.a
|
||||
lib/libsswf_c.la
|
||||
lib/libsswf_c.so
|
||||
libdata/pkgconfig/libsswf.pc
|
||||
libdata/pkgconfig/libsswf_as.pc
|
||||
|
Loading…
Reference in New Issue
Block a user