mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
21 lines
464 B
Makefile
21 lines
464 B
Makefile
# Created by: searle
|
|
|
|
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>
|