33e3d901d4
modular xorg. - supply corresponding USE_XORG for all imake-using ports that need it - USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG - retire USE_X_PREFIX which is not really used anywhere after the above change - a few minor nits like whitespace and SF macro Tested by: 2 tinderbox runs by pav Approved by: portmgr (pav)
25 lines
442 B
Makefile
25 lines
442 B
Makefile
# New ports collection makefile for: flying
|
|
# Date created: 12 Jul 1996
|
|
# Whom: searle
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= flying
|
|
PORTVERSION= 6.20
|
|
PORTREVISION= 3
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
MASTER_SITE_SUBDIR= games/arcade
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Pool/snooker/billiards/carrom/etc game
|
|
|
|
USE_IMAKE= yes
|
|
USE_XORG= x11
|
|
MAN1= flying.1
|
|
PLIST_FILES= bin/flying
|
|
|
|
.include <bsd.port.mk>
|