2010-11-16 06:23:25 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.12 2010/11/16 11:23:28 espie Exp $
|
2002-08-25 00:50:52 -04:00
|
|
|
|
2007-09-15 14:01:00 -04:00
|
|
|
COMMENT= x bust a move clone
|
2002-08-25 00:50:52 -04:00
|
|
|
|
2007-12-07 07:09:09 -05:00
|
|
|
DISTNAME= xbubble-0.5.8
|
2010-11-08 18:12:31 -05:00
|
|
|
REVISION = 0
|
2002-08-25 00:50:52 -04:00
|
|
|
CATEGORIES= games x11
|
|
|
|
|
2007-12-07 07:09:09 -05:00
|
|
|
HOMEPAGE= http://www.nongnu.org/xbubble/
|
2002-08-25 00:50:52 -04:00
|
|
|
|
|
|
|
# GPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2010-11-16 06:23:25 -05:00
|
|
|
WANTLIB= X11 c m pthread-stubs xcb z png>=2
|
2007-12-07 07:09:09 -05:00
|
|
|
|
|
|
|
MASTER_SITES= ftp://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/distfiles/ \
|
|
|
|
http://gentoo.osuosl.org/distfiles/
|
|
|
|
|
|
|
|
MODULES= devel/gettext
|
2002-08-25 00:50:52 -04:00
|
|
|
|
2010-11-16 06:23:25 -05:00
|
|
|
LIB_DEPENDS= graphics/png
|
2002-08-25 00:50:52 -04:00
|
|
|
|
|
|
|
USE_GMAKE= Yes
|
2010-11-08 18:12:31 -05:00
|
|
|
USE_GROFF = Yes
|
2007-12-07 10:59:35 -05:00
|
|
|
CONFIGURE_STYLE= gnu
|
2002-08-25 00:50:52 -04:00
|
|
|
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/libpng" \
|
2007-12-07 07:09:09 -05:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib -liconv -lintl"
|
2002-08-25 00:50:52 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|