d2dee31acf
email bounces)
30 lines
616 B
Makefile
Executable File
30 lines
616 B
Makefile
Executable File
# $OpenBSD: Makefile,v 1.3 2005/02/14 00:35:53 pvalchev Exp $
|
|
|
|
COMMENT= "x bust a move clone"
|
|
|
|
VERSION= 0.2
|
|
DISTNAME= xbubble-${VERSION}
|
|
CATEGORIES= games x11
|
|
|
|
HOMEPAGE= http://savannah.gnu.org/projects/xbubble/
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= ICE SM X11 c m z
|
|
|
|
MASTER_SITES= http://freesoftware.fsf.org/download/xbubble/
|
|
|
|
LIB_DEPENDS= png.2::graphics/png
|
|
|
|
USE_X11= Yes
|
|
USE_GMAKE= Yes
|
|
CONFIGURE_STYLE= GNU
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/libpng" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|