2013-09-20 19:36:33 +02:00
|
|
|
# Created by: Klaus Goger <klaus.goger@reflex.at>
|
2002-11-15 19:44:12 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2004-02-28 19:59:42 +01:00
|
|
|
PORTNAME= xbubble
|
|
|
|
PORTVERSION= 0.5.8
|
2013-03-09 22:49:44 +01:00
|
|
|
PORTREVISION= 6
|
2004-02-28 19:59:42 +01:00
|
|
|
CATEGORIES= games
|
2014-12-08 14:59:11 +01:00
|
|
|
MASTER_SITES= GENTOO/distfiles
|
2002-11-15 19:44:12 +01:00
|
|
|
|
2007-03-05 08:18:42 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-02-28 19:59:42 +01:00
|
|
|
COMMENT= Puzzle Bobble clone for Unix/X11 platforms
|
2002-11-15 19:44:12 +01:00
|
|
|
|
2014-12-08 14:59:11 +01:00
|
|
|
LICENSE= GPLv2 # or later
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
2014-12-24 13:26:45 +01:00
|
|
|
LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png
|
2002-11-15 19:44:12 +01:00
|
|
|
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_XORG= x11 xmu
|
2004-02-28 19:59:42 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2014-12-08 14:59:11 +01:00
|
|
|
USES= gmake
|
2004-02-28 19:59:42 +01:00
|
|
|
|
2014-12-24 13:26:45 +01:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
2014-12-08 14:59:11 +01:00
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
|
|
|
|
OPTIONS_DEFINE= NLS
|
|
|
|
OPTIONS_SUB= yes
|
|
|
|
NLS_USES= gettext
|
|
|
|
NLS_CONFIGURE_ENABLE= nls
|
|
|
|
NLS_LIBS= -lintl
|
2002-11-15 19:44:12 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|