mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-08 12:01:56 +00:00
- Add USES=libtool and INSTALL_TARGET=install-strip
- Replace gnomehack with pathfix
This commit is contained in:
parent
9fd392c3d5
commit
1f0d66f595
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=366631
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= gnome-main-menu
|
||||
PORTVERSION= 0.9.12
|
||||
PORTREVISION= 8
|
||||
PORTREVISION= 9
|
||||
CATEGORIES= deskutils gnome
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome2
|
||||
@ -13,12 +13,12 @@ COMMENT= Provides easy access to sets of GNOME applications
|
||||
|
||||
LIB_DEPENDS= libgtop-2.0.so:${PORTSDIR}/devel/libgtop
|
||||
|
||||
USE_GNOME= gnomehack gnomeprefix gnomepanel intlhack eel2 gnomedesktop \
|
||||
libgnomeui
|
||||
USES= gettext gmake pkgconfig tar:bzip2
|
||||
USES= gettext gmake libtool pathfix pkgconfig tar:bzip2
|
||||
USE_GNOME= gnomeprefix gnomepanel intlhack eel2 gnomedesktop libgnomeui
|
||||
GNU_CONFIGURE= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include `pkg-config --cflags libgnomeui-2.0`
|
||||
LIBS+= -L${LOCALBASE}/lib `pkg-config --libs libgnomeui-2.0`
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LIBS+= -L${LOCALBASE}/lib
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
GCONF_SCHEMAS= application-browser.schemas slab.schemas
|
||||
|
||||
|
@ -20,9 +20,9 @@ include/slab/slab-section.h
|
||||
include/slab/system-tile.h
|
||||
include/slab/tile.h
|
||||
lib/libslab.a
|
||||
lib/libslab.la
|
||||
lib/libslab.so
|
||||
lib/libslab.so.1
|
||||
lib/libslab.so.0
|
||||
lib/libslab.so.0.1.2
|
||||
libdata/bonobo/servers/GNOME_MainMenu.server
|
||||
libdata/pkgconfig/libslab.pc
|
||||
libexec/main-menu
|
||||
|
Loading…
x
Reference in New Issue
Block a user