mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
be6c15b5c6
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.
22 lines
476 B
Makefile
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>
|