freebsd-ports/games/flying/Makefile
Niclas Zeising be6c15b5c6 Add USES=xorg USES=gl, ports categories g
Add USES=xorg and USES=gl to ports in categories starting with 'g'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-05 22:16:14 +00:00

22 lines
476 B
Makefile

# Created by: searle
# $FreeBSD$
PORTNAME= flying
PORTVERSION= 6.20
PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= SUNSITE/games/arcade
MAINTAINER= ports@FreeBSD.org
COMMENT= Pool/snooker/billiards/carrom/etc game
USES= compiler imake tar:tgz xorg
USE_XORG= x11
PLIST_FILES= bin/flying man/man1/flying.1.gz
# build ignores CXXFLAGS, imake gets in the way of fixing it
CFLAGS+= ${CFLAGS_${CHOSEN_COMPILER_TYPE}}
CFLAGS_clang= -Wno-c++11-narrowing
.include <bsd.port.mk>