diff options
author | marcus <marcus@FreeBSD.org> | 2006-10-14 16:54:54 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-10-14 16:54:54 +0800 |
commit | 0deb7538cc6a5ae90f4e3e4bdbfe6d0ab974aed8 (patch) | |
tree | 17937489af4c767844fc63b684ae3e7b31948812 /net-p2p/edonkey-gui-gtk | |
parent | e959473966b963953d63d5f00fae8751f2decf0f (diff) | |
download | freebsd-ports-gnome-0deb7538cc6a5ae90f4e3e4bdbfe6d0ab974aed8.tar.gz freebsd-ports-gnome-0deb7538cc6a5ae90f4e3e4bdbfe6d0ab974aed8.tar.zst freebsd-ports-gnome-0deb7538cc6a5ae90f4e3e4bdbfe6d0ab974aed8.zip |
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris)
Diffstat (limited to 'net-p2p/edonkey-gui-gtk')
-rw-r--r-- | net-p2p/edonkey-gui-gtk/Makefile | 10 | ||||
-rw-r--r-- | net-p2p/edonkey-gui-gtk/pkg-plist | 9 |
2 files changed, 13 insertions, 6 deletions
diff --git a/net-p2p/edonkey-gui-gtk/Makefile b/net-p2p/edonkey-gui-gtk/Makefile index b6dd22a66558..eb60ea1bbdb2 100644 --- a/net-p2p/edonkey-gui-gtk/Makefile +++ b/net-p2p/edonkey-gui-gtk/Makefile @@ -3,11 +3,12 @@ # Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> # # $FreeBSD$ +# $MCom: ports/net-p2p/edonkey-gui-gtk/Makefile,v 1.2 2006/10/05 05:04:46 mezz Exp $ # PORTNAME= edonkey PORTVERSION= 0.6.4 -PORTREVISION= 1 +PORTREVISION= 3 CATEGORIES= net-p2p MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ed2k-gtk-gui @@ -20,9 +21,10 @@ COMMENT= GTK GUI to eDonkey2000 'core' command line client LIB_DEPENDS= gnet-2.0:${PORTSDIR}/net/gnet2 RUN_DEPENDS= donkey:${PORTSDIR}/net-p2p/linux-edonkey-core +USE_GETTEXT= yes USE_BZIP2= yes -USE_X_PREFIX= yes -USE_GNOME= gnomehier gnometarget gtk20 +USE_XLIB= yes +USE_GNOME= gnometarget gtk20 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" @@ -35,8 +37,6 @@ CPPFLAGS= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib post-patch: - @${REINPLACE_CMD} -e 's|$$(datadir)/app|$$(prefix)/share/gnome/app|g' \ - ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|^SUBDIRS =.*$$|SUBDIRS =|g' \ ${WRKSRC}/docs/Makefile.in @${REINPLACE_CMD} -e 's|-Wall -g||g ; \ diff --git a/net-p2p/edonkey-gui-gtk/pkg-plist b/net-p2p/edonkey-gui-gtk/pkg-plist index f415e1a22edf..83756e75f3c1 100644 --- a/net-p2p/edonkey-gui-gtk/pkg-plist +++ b/net-p2p/edonkey-gui-gtk/pkg-plist @@ -449,7 +449,7 @@ bin/edonkey-gui-gtk %%DATADIR%%/icons/orbit/toolbar-overnet-logo.png %%DATADIR%%/icons/orbit/toolbar-server.png %%DATADIR%%/ui/ui-connect-dialog.glade -share/gnome/applications/ed2k_gui.desktop +share/applications/ed2k_gui.desktop share/locale/ca/LC_MESSAGES/ed2k_gui.mo share/locale/de/LC_MESSAGES/ed2k_gui.mo share/locale/es/LC_MESSAGES/ed2k_gui.mo @@ -472,3 +472,10 @@ share/locale/sk/LC_MESSAGES/ed2k_gui.mo %%PORTDOCS%%@dirrm %%DOCSDIR%%/espanol %%PORTDOCS%%@dirrm %%DOCSDIR%%/deutsch %%PORTDOCS%%@dirrm %%DOCSDIR%% +@dirrmtry share/applications +@dirrmtry share/locale/sk/LC_MESSAGES +@dirrmtry share/locale/sk +@dirrmtry share/locale/pl/LC_MESSAGES +@dirrmtry share/locale/pl +@dirrmtry share/locale/ca/LC_MESSAGES +@dirrmtry share/locale/ca |