freebsd-ports/games/xbubble/Makefile
Antoine Brodin b6756efc94 Properly support png 1.5
Obtained from:	OpenBSD ports
2014-12-24 12:26:45 +00:00

31 lines
594 B
Makefile

# Created by: Klaus Goger <klaus.goger@reflex.at>
# $FreeBSD$
PORTNAME= xbubble
PORTVERSION= 0.5.8
PORTREVISION= 6
CATEGORIES= games
MASTER_SITES= GENTOO/distfiles
MAINTAINER= ports@FreeBSD.org
COMMENT= Puzzle Bobble clone for Unix/X11 platforms
LICENSE= GPLv2 # or later
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png
USE_XORG= x11 xmu
GNU_CONFIGURE= yes
USES= gmake
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_USES= gettext
NLS_CONFIGURE_ENABLE= nls
NLS_LIBS= -lintl
.include <bsd.port.mk>