mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Switch to USES=libtool, drop .la files
- Strip libraries
This commit is contained in:
parent
ea953a7f02
commit
fa67aa1a37
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362640
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
PORTNAME= xsynth-dssi
|
PORTNAME= xsynth-dssi
|
||||||
PORTVERSION= 0.9.4
|
PORTVERSION= 0.9.4
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= audio
|
CATEGORIES= audio
|
||||||
MASTER_SITES= SF/dssi/${PORTNAME}/${PORTVERSION}
|
MASTER_SITES= SF/dssi/${PORTNAME}/${PORTVERSION}
|
||||||
|
|
||||||
@ -19,9 +19,10 @@ LIB_DEPENDS= libdssialsacompat.so:${PORTSDIR}/audio/libdssialsacompat \
|
|||||||
LICENSE= GPLv2 LGPL21
|
LICENSE= GPLv2 LGPL21
|
||||||
LICENSE_COMB= multi
|
LICENSE_COMB= multi
|
||||||
|
|
||||||
|
GNU_CONFIGURE= yes
|
||||||
USE_GNOME= gtk20
|
USE_GNOME= gtk20
|
||||||
USES= gmake pkgconfig
|
USES= gmake libtool pkgconfig
|
||||||
USE_AUTOTOOLS= libtool
|
INSTALL_TARGET= install-strip
|
||||||
|
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include
|
CPPFLAGS+= -I${LOCALBASE}/include
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib
|
LDFLAGS+= -L${LOCALBASE}/lib
|
||||||
|
@ -1,8 +1,7 @@
|
|||||||
lib/dssi/xsynth-dssi.a
|
|
||||||
lib/dssi/xsynth-dssi.la
|
|
||||||
lib/dssi/xsynth-dssi.so
|
lib/dssi/xsynth-dssi.so
|
||||||
lib/dssi/xsynth-dssi/Xsynth_gtk
|
lib/dssi/xsynth-dssi/Xsynth_gtk
|
||||||
%%DATADIR%%/factory_patches.Xsynth
|
%%DATADIR%%/factory_patches.Xsynth
|
||||||
%%DATADIR%%/version_0.1_patches.Xsynth
|
%%DATADIR%%/version_0.1_patches.Xsynth
|
||||||
@dirrm %%DATADIR%%
|
@dirrm %%DATADIR%%
|
||||||
@dirrm lib/dssi/xsynth-dssi
|
@dirrm lib/dssi/xsynth-dssi
|
||||||
|
@dirrmtry lib/dssi
|
||||||
|
Loading…
Reference in New Issue
Block a user