mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Update to 1.0.1.
This commit is contained in:
parent
b8c12ccca8
commit
f27cc004eb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65214
@ -6,10 +6,10 @@
|
||||
#
|
||||
|
||||
PORTNAME= libgail-gnome
|
||||
PORTVERSION= 1.0.0
|
||||
PORTVERSION= 1.0.1
|
||||
CATEGORIES= x11-toolkits
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= 2.0.0/releases/gnome-2.0-desktop-final
|
||||
MASTER_SITE_SUBDIR= 2.0.1/sources/${PORTNAME}
|
||||
DIST_SUBDIR= gnome2
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
@ -22,18 +22,11 @@ USE_GMAKE= yes
|
||||
USE_X_PREFIX= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_LIBTOOL= yes
|
||||
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
|
||||
--datadir=${PREFIX}/share/gnome \
|
||||
--with-html-dir=${PREFIX}/share/doc \
|
||||
--disable-gtk-doc \
|
||||
--enable-static
|
||||
USE_GNOMENG= yes
|
||||
USE_GNOME= gnomeprefix gnomehack
|
||||
CONFIGURE_ARGS= --enable-static
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
|
||||
|
||||
pre-patch:
|
||||
@find ${WRKSRC} -name Makefile.in | xargs ${PERL} -pi -e \
|
||||
's|\$\(libdir\)/pkgconfig|\$\(prefix\)/libdata/pkgconfig|g ; \
|
||||
s|\$\(libdir\)/bonobo/servers|\$\(prefix\)/libdata/bonobo/servers|g'
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (gnome2/libgail-gnome-1.0.0.tar.bz2) = a40e674836b2ecfb5a57a5d01acb6e11
|
||||
MD5 (gnome2/libgail-gnome-1.0.1.tar.bz2) = 0339b5013287474995e0dbcd28c0de64
|
||||
|
@ -1,4 +1,2 @@
|
||||
lib/libgail-gnome.a
|
||||
lib/libgail-gnome.so
|
||||
lib/libgail-gnome.so.0
|
||||
lib/gtk-2.0/modules/libgail-gnome.so
|
||||
libdata/pkgconfig/libgail-gnome.pc
|
||||
|
Loading…
Reference in New Issue
Block a user