diff options
author | steve <steve@FreeBSD.org> | 2000-02-27 23:07:00 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-02-27 23:07:00 +0800 |
commit | 84362ef446527820e34d8116952e38268190a40a (patch) | |
tree | 2ab6874bd6290fac0cadba4f2781753903ff8e99 | |
parent | 7bd950ae7bb03fea93f697f9f3924d801f904b63 (diff) | |
download | freebsd-ports-gnome-84362ef446527820e34d8116952e38268190a40a.tar.gz freebsd-ports-gnome-84362ef446527820e34d8116952e38268190a40a.tar.zst freebsd-ports-gnome-84362ef446527820e34d8116952e38268190a40a.zip |
- This port requires msgfmt (from the gettext port) to build.
- Add LIB_DEPENDS for the kde libraries required to build and run this
program.
- Add USE_LIBTOOL=yes, since it does. :)
- Sort pkg/PLIST.
-rw-r--r-- | games/kbubbles/Makefile | 6 | ||||
-rw-r--r-- | games/kbubbles/pkg-plist | 14 |
2 files changed, 11 insertions, 9 deletions
diff --git a/games/kbubbles/Makefile b/games/kbubbles/Makefile index 8985aa2a6369..2e8304179939 100644 --- a/games/kbubbles/Makefile +++ b/games/kbubbles/Makefile @@ -12,9 +12,11 @@ MASTER_SITES= http://hem.passagen.se/tonybj/kbubbles/ MAINTAINER= andrews@technologist.com -BUILD_DEPENDS= ${LOCALBASE}/include/QwSpriteField.h:${PORTSDIR}/converters/kdesupport11 +BUILD_DEPENDS= ${LOCALBASE}/bin/msgfmt:${PORTSDIR}/devel/gettext +LIB_DEPENDS= QwSpriteField.7:${PORTSDIR}/converters/kdesupport11 \ + kdecore.3:${PORTSDIR}/x11/kdelibs11 -GNU_CONFIGURE= yes +USE_LIBTOOL= yes USE_QT= yes .include <bsd.port.mk> diff --git a/games/kbubbles/pkg-plist b/games/kbubbles/pkg-plist index 2849f7022c2f..0ee1d76c9168 100644 --- a/games/kbubbles/pkg-plist +++ b/games/kbubbles/pkg-plist @@ -1,26 +1,26 @@ +bin/kbubbles share/applnk/Games/kbubbles.kdelnk +share/apps/kbubbles/Trouble.lvl share/apps/kbubbles/bggrad.xpm -share/apps/kbubbles/default.xpm -share/apps/kbubbles/dots.xpm -share/apps/kbubbles/orange.xpm -share/apps/kbubbles/linux.xpm share/apps/kbubbles/bkg/roof.xpm share/apps/kbubbles/bkg/widbg.xpm share/apps/kbubbles/brick1.xpm share/apps/kbubbles/brick2.xpm +share/apps/kbubbles/default.xpm +share/apps/kbubbles/dots.xpm share/apps/kbubbles/hitech.xpm +share/apps/kbubbles/linux.xpm +share/apps/kbubbles/orange.xpm share/apps/kbubbles/puke.xpm share/apps/kbubbles/rocks.xpm share/apps/kbubbles/wave.xpm share/apps/kbubbles/wood.xpm -share/apps/kbubbles/Trouble.lvl +share/icons/kbubbles.xpm share/icons/kbubblesconf.xpm share/icons/kbubblesnew.xpm share/icons/kbubblesnext.xpm share/icons/kbubblesquit.xpm share/icons/kbubblesstop.xpm -share/icons/kbubbles.xpm share/icons/mini/kbubbles.xpm -bin/kbubbles @dirrm share/apps/kbubbles/bkg @dirrm share/apps/kbubbles |