mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Add USES=libtool and INSTALL_TARGET=install-strip
This commit is contained in:
parent
de1f3c5a26
commit
1043ee77ce
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362153
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= gmtk
|
||||
PORTVERSION= 1.0.8
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= multimedia gnome devel
|
||||
MASTER_SITES= GOOGLE_CODE
|
||||
|
||||
@ -13,11 +14,14 @@ LICENSE= GPLv2
|
||||
BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
USES= gmake libtool pathfix perl5 pkgconfig
|
||||
USE_GNOME= glib20
|
||||
USE_LDCONFIG= yes
|
||||
USE_PERL5= build
|
||||
USE_XORG= x11
|
||||
USES= pathfix pkgconfig perl5 gmake
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
|
||||
PORTDOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README
|
||||
|
||||
@ -69,8 +73,6 @@ CONFIGURE_ARGS+= --with-pulseaudio
|
||||
CONFIGURE_ARGS+= --without-pulseaudio
|
||||
.endif
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
|
||||
.if empty(PORT_OPTIONS:MDOCS)
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} \
|
||||
|
@ -13,13 +13,13 @@ include/gmtk/gmtk_media_player.h
|
||||
include/gmtk/gmtk_media_tracker.h
|
||||
include/gmtk/gmtk_output_combo_box.h
|
||||
lib/libgmlib.a
|
||||
lib/libgmlib.la
|
||||
lib/libgmlib.so
|
||||
lib/libgmlib.so.1
|
||||
lib/libgmlib.so.1.0.8
|
||||
lib/libgmtk.a
|
||||
lib/libgmtk.la
|
||||
lib/libgmtk.so
|
||||
lib/libgmtk.so.1
|
||||
lib/libgmtk.so.1.0.8
|
||||
libdata/pkgconfig/gmlib.pc
|
||||
libdata/pkgconfig/gmtk.pc
|
||||
%%NLS%%share/locale/ar/LC_MESSAGES/gmtk.mo
|
||||
|
Loading…
Reference in New Issue
Block a user