freebsd-ports/games/xbubble/Makefile
Tilman Keskinoz 52bedc68a9 Add xbubble, another bubble clone
Submitted by:	Klaus Goger <klaus.goger@reflex.at>
2002-11-15 18:44:12 +00:00

26 lines
544 B
Makefile

# New ports collection makefile for: xbubble
# Date created: 2002-11-03
# Whom: Klaus Goger <klaus.goger@reflex.at>
#
# $FreeBSD$
PORTNAME= xbubble
PORTVERSION= 0.2
CATEGORIES= games
MASTER_SITES= http://savannah.nongnu.org/download/xbubble/
MAINTAINER= klaus.goger@reflex.at
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png
MAN6= xbubble.6
USE_X_PREFIX= Yes
GNU_CONFIGURE= Yes
USE_GMAKE= Yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/libpng" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>