diff options
author | Steve Price <steve@FreeBSD.org> | 2000-02-27 15:07:00 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-02-27 15:07:00 +0000 |
commit | fdb890cf8d750edcf362cb17edaf7890ac024925 (patch) | |
tree | 7eccb09a198e5b47b42d8708b0782d3942d0a040 /games | |
parent | 059a88c435c9f9cd6922bd49310ceb0980c4904b (diff) | |
download | ports-fdb890cf8d750edcf362cb17edaf7890ac024925.tar.gz ports-fdb890cf8d750edcf362cb17edaf7890ac024925.zip |
Notes
Diffstat (limited to 'games')
-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 |