mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
0fbe1a2600
- Convert USE_GMAKE to USES - Add stage support
24 lines
497 B
Makefile
24 lines
497 B
Makefile
# Created by: Klaus Goger <klaus.goger@reflex.at>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xbubble
|
|
PORTVERSION= 0.5.8
|
|
PORTREVISION= 6
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_GENTOO}
|
|
MASTER_SITE_SUBDIR= distfiles
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Puzzle Bobble clone for Unix/X11 platforms
|
|
|
|
LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png
|
|
|
|
USE_XORG= x11 xmu
|
|
GNU_CONFIGURE= yes
|
|
USES= gettext gmake
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include/libpng15
|
|
LDFLAGS+= -L${LOCALBASE}/lib -lintl
|
|
|
|
.include <bsd.port.mk>
|