svn commit: r333640 - head/games/xbubble
Danilo Egea Gondolfo
danilo at FreeBSD.org
Wed Nov 13 02:06:26 UTC 2013
Author: danilo
Date: Wed Nov 13 02:06:26 2013
New Revision: 333640
URL: http://svnweb.freebsd.org/changeset/ports/333640
Log:
- Convert LIB_DEPENDS to new syntax
- Convert USE_GMAKE to USES
- Add stage support
Modified:
head/games/xbubble/Makefile
head/games/xbubble/pkg-plist
Modified: head/games/xbubble/Makefile
==============================================================================
--- head/games/xbubble/Makefile Wed Nov 13 02:01:23 2013 (r333639)
+++ head/games/xbubble/Makefile Wed Nov 13 02:06:26 2013 (r333640)
@@ -11,17 +11,13 @@ MASTER_SITE_SUBDIR= distfiles
MAINTAINER= ports at FreeBSD.org
COMMENT= Puzzle Bobble clone for Unix/X11 platforms
-LIB_DEPENDS= png15:${PORTSDIR}/graphics/png
-
-MAN6= xbubble.6
+LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png
USE_XORG= x11 xmu
GNU_CONFIGURE= yes
-USE_GMAKE= yes
-USES= gettext
+USES= gettext gmake
CPPFLAGS+= -I${LOCALBASE}/include/libpng15
LDFLAGS+= -L${LOCALBASE}/lib -lintl
-NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/games/xbubble/pkg-plist
==============================================================================
--- head/games/xbubble/pkg-plist Wed Nov 13 02:01:23 2013 (r333639)
+++ head/games/xbubble/pkg-plist Wed Nov 13 02:06:26 2013 (r333640)
@@ -1,4 +1,5 @@
bin/xbubble
+man/man6/xbubble.6.gz
share/locale/fr/LC_MESSAGES/xbubble.mo
share/xbubble/baskvli.pfb
share/xbubble/fonts.dir
More information about the svn-ports-head
mailing list