mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
Convert to USES=libtool and INSTALL_TARGET=install-strip
This commit is contained in:
parent
b7c705c429
commit
00051c1188
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=366466
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= libsigc++
|
||||
PORTVERSION= 1.2.7
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.2
|
||||
@ -15,12 +15,9 @@ COMMENT= Callback Framework for C++
|
||||
|
||||
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
|
||||
|
||||
USE_AUTOTOOLS= libtool
|
||||
USE_LDCONFIG= yes
|
||||
USES= gmake pathfix pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
post-install:
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsigc-1.2.so.5
|
||||
INSTALL_TARGET= install-strip
|
||||
USES= gmake libtool pathfix pkgconfig
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -27,9 +27,9 @@ include/sigc++-1.2/sigc++/signal.h
|
||||
include/sigc++-1.2/sigc++/slot.h
|
||||
include/sigc++-1.2/sigc++/trait.h
|
||||
lib/libsigc-1.2.a
|
||||
lib/libsigc-1.2.la
|
||||
lib/libsigc-1.2.so
|
||||
lib/libsigc-1.2.so.5
|
||||
lib/libsigc-1.2.so.5.0.7
|
||||
lib/sigc++-1.2/include/sigcconfig.h
|
||||
libdata/pkgconfig/sigc++-1.2.pc
|
||||
@dirrm lib/sigc++-1.2/include
|
||||
|
Loading…
Reference in New Issue
Block a user