- Remove LATEST_LINK
- Replace INSTALL_STRIP_FLAG with INSTALL_TARGET=install-strip - Convert to USES=libtool
This commit is contained in:
parent
a375d779c4
commit
f03159b28a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360053
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= gtk-sharp
|
||||
PORTVERSION= 1.0.10
|
||||
PORTREVISION= 21
|
||||
PORTREVISION= 22
|
||||
CATEGORIES= x11-toolkits
|
||||
MASTER_SITES= http://ftp.novell.com/pub/mono/sources/${PORTNAME}/
|
||||
PKGNAMESUFFIX= 10
|
||||
@ -14,15 +14,13 @@ COMMENT= GTK+ and GNOME interfaces for the .NET runtime
|
||||
BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono
|
||||
RUN_DEPENDS= mono:${PORTSDIR}/lang/mono
|
||||
|
||||
LATEST_LINK= gtk-sharp10
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
USES= gmake libtool mono pathfix perl5 pkgconfig
|
||||
USE_LDCONFIG= yes
|
||||
USES= gmake mono pathfix perl5 pkgconfig
|
||||
USE_PERL5= run
|
||||
USE_GNOME= gtkhtml3 vte librsvg2 libgnomecanvas \
|
||||
libgnomeprintui libglade2 libgnomeui
|
||||
MAKE_ENV= INSTALL_STRIP_FLAG=${STRIP}
|
||||
USE_AUTOTOOLS= libtool
|
||||
|
||||
post-patch:
|
||||
@${FIND} ${WRKSRC} -name '*.pl' -o -name 'gapi-parser' | ${XARGS} \
|
||||
|
@ -10,22 +10,16 @@ bin/gapi_pp.pl
|
||||
bin/gconfsharp-schemagen
|
||||
bin/gconfsharp-schemagen.exe
|
||||
lib/libgdksharpglue.a
|
||||
lib/libgdksharpglue.la
|
||||
lib/libgdksharpglue.so
|
||||
lib/libgladesharpglue.a
|
||||
lib/libgladesharpglue.la
|
||||
lib/libgladesharpglue.so
|
||||
lib/libglibsharpglue.a
|
||||
lib/libglibsharpglue.la
|
||||
lib/libglibsharpglue.so
|
||||
lib/libgnomesharpglue.a
|
||||
lib/libgnomesharpglue.la
|
||||
lib/libgnomesharpglue.so
|
||||
lib/libgtksharpglue.a
|
||||
lib/libgtksharpglue.la
|
||||
lib/libgtksharpglue.so
|
||||
lib/libpangosharpglue.a
|
||||
lib/libpangosharpglue.la
|
||||
lib/libpangosharpglue.so
|
||||
lib/mono/gac/art-sharp/1.0.0.0__35e10195dab3c99f/art-sharp.dll
|
||||
lib/mono/gac/art-sharp/1.0.0.0__35e10195dab3c99f/art-sharp.dll.config
|
||||
|
Loading…
Reference in New Issue
Block a user