2002-11-15 19:44:12 +01:00
|
|
|
# New ports collection makefile for: xbubble
|
|
|
|
# Date created: 2002-11-03
|
|
|
|
# Whom: Klaus Goger <klaus.goger@reflex.at>
|
|
|
|
#
|
|
|
|
# $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
|
2005-12-26 01:32:26 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GENTOO}
|
|
|
|
MASTER_SITE_SUBDIR= 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
|
|
|
|
2012-06-01 07:26:28 +02:00
|
|
|
LIB_DEPENDS= png15:${PORTSDIR}/graphics/png
|
2002-11-15 19:44:12 +01:00
|
|
|
|
2004-02-28 19:59:42 +01:00
|
|
|
MAN6= xbubble.6
|
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
|
|
|
|
USE_GMAKE= yes
|
2013-04-24 20:10:30 +02:00
|
|
|
USES= gettext
|
2004-02-28 19:59:42 +01:00
|
|
|
|
2012-06-01 07:26:28 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include/libpng15
|
2011-09-24 00:26:39 +02:00
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib -lintl
|
2002-11-15 19:44:12 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|