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 /comms/gmfsk | |
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 'comms/gmfsk')
-rw-r--r-- | comms/gmfsk/Makefile | 7 | ||||
-rw-r--r-- | comms/gmfsk/pkg-plist | 5 |
2 files changed, 5 insertions, 7 deletions
diff --git a/comms/gmfsk/Makefile b/comms/gmfsk/Makefile index ac70513f1ea2..7a1dff216400 100644 --- a/comms/gmfsk/Makefile +++ b/comms/gmfsk/Makefile @@ -7,7 +7,7 @@ PORTNAME= gmfsk PORTVERSION= 0.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= comms audio hamradio MASTER_SITES= http://gmfsk.connect.fi/ @@ -23,7 +23,10 @@ CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" \ CPPFLAGS="-I${LOCALBASE}/include" USE_GMAKE= yes USE_GNOME= libgnomeui gnomehack gnomeprefix -USE_X_PREFIX= yes +USE_XLIB= yes +INSTALLS_OMF= yes + +GCONF_SCHEMAS= gmfsk.schemas OPTIONS= HAMLIB "Enable HAMLIB Support" On diff --git a/comms/gmfsk/pkg-plist b/comms/gmfsk/pkg-plist index 7516f5d16fcc..4a171ebbe364 100644 --- a/comms/gmfsk/pkg-plist +++ b/comms/gmfsk/pkg-plist @@ -1,7 +1,4 @@ bin/gmfsk -@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/gmfsk.schemas >/dev/null || /usr/bin/true -etc/gconf/schemas/gmfsk.schemas -@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/gmfsk.schemas >/dev/null || /usr/bin/true share/gnome/help/gmfsk/C/fdl-appendix.xml share/gnome/help/gmfsk/C/figures/gmfsk_start_window.png share/gnome/help/gmfsk/C/figures/note.png @@ -21,5 +18,3 @@ share/gnome/pixmaps/gmfsk/tx.xpm @dirrm share/gnome/help/gmfsk/C/figures @dirrm share/gnome/help/gmfsk/C @dirrm share/gnome/help/gmfsk -@exec scrollkeeper-install -q %D/share/gnome/omf/gmfsk/gmfsk-C.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gmfsk/gmfsk-C.omf 2>/dev/null || /usr/bin/true |