freebsd-ports/games/foobillard/Makefile

65 lines
1.5 KiB
Makefile

PORTNAME= foobillard
PORTVERSION= 3.0a
PORTREVISION= 14
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/FooBillard-Sources/
MAINTAINER= thomas@bsdunix.ch
COMMENT= Free OpenGL billiards game
WWW= https://foobillard.sourceforge.net/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_aarch64= improper alignment for relocation R_AARCH64_LDST64_ABS_LO12_NC: \
0x29B694 is not aligned to 8 bytes
LIB_DEPENDS= libfreetype.so:print/freetype2 \
libpng.so:graphics/png
USES= gl gmake localbase:ldflags pkgconfig xorg
USE_GL= gl glu
USE_XORG= ice sm xaw xi
GNU_CONFIGURE= yes
DESKTOP_ENTRIES= "Foobillard" \
"A free OpenGL-billard game" \
"${DATADIR}/foobillard.png" \
"foobillard" \
"Game;Simulation;" \
false
OPTIONS_DEFINE= NVIDIA_BUMPREF SDL
NVIDIA_BUMPREF_DESC= NVidia extensions
SDL_DESC= SDL instead of glut
NVIDIA_BUMPREF_CONFIGURE_OFF= --disable-nvidia
NVIDIA_BUMPREF_CFLAGS_OFF= -DGL_AMD_gpu_shader_int64=1 \
-DGL_NV_vertex_program=1 -DGLint64EXT=int64_t \
-DGLuint64EXT=uint64_t -UGL_VERTEX_PROGRAM_NV
SDL_USES= sdl
SDL_USE= SDL=sdl
SDL_USE_OFF= GL=glut
SDL_CONFIGURE_ON= --enable-SDL
SDL_CONFIGURE_OFF= --enable-glut
FREETYPE_CONFIG?= pkg-config freetype2
.include <bsd.port.options.mk>
.if ${OPSYS} == FreeBSD
CFLAGS+= -Wno-error=incompatible-function-pointer-types
.endif
post-patch:
@${REINPLACE_CMD} -e 's|%%FREETYPE_CONFIG%%|${FREETYPE_CONFIG}|g' \
${WRKSRC}/src/Makefile.in
post-install:
${INSTALL_MAN} ${WRKSRC}/foobillard.6 \
${STAGEDIR}${PREFIX}/share/man/man6/foobillard.6
.include <bsd.port.mk>