openbsd-ports/games/foobillard/Makefile

26 lines
551 B
Makefile
Raw Normal View History

2010-11-16 06:23:25 -05:00
# $OpenBSD: Makefile,v 1.4 2010/11/16 11:23:26 espie Exp $
COMMENT = free OpenGl billard game
DISTNAME = foobillard-3.0a
CATEGORIES = games x11
HOMEPAGE = http://foobillard.sourceforge.net/
# GPLv2 only
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=foobillard/}
2010-10-24 16:28:01 -04:00
WANTLIB = GL GLU ICE SM Xaw Xi c freetype m pthread z png SDL
2010-11-16 06:23:25 -05:00
LIB_DEPENDS = graphics/png \
devel/sdl
USE_GMAKE = Yes
CONFIGURE_STYLE = automake
.include <bsd.port.mk>