- 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.
This commit is contained in:
parent
059a88c435
commit
fdb890cf8d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26364
2 changed files with 11 additions and 9 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue