openbsd-ports/games/foobillard/Makefile
2022-03-11 19:04:03 +00:00

25 lines
469 B
Makefile

COMMENT = OpenGL billard game
DISTNAME = foobillard-3.0a
REVISION = 1
CATEGORIES = games x11
HOMEPAGE = http://foobillard.sourceforge.net/
# GPLv2
PERMIT_PACKAGE = Yes
WANTLIB += GL GLU ICE SDL SM Xaw Xi c freetype m png pthread z
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=foobillard/}
LIB_DEPENDS = graphics/png \
devel/sdl
USE_GMAKE = Yes
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS = --enable-nvidia=no
CFLAGS += -DNO_NV_BUMPREF
.include <bsd.port.mk>