blob: bd455b06f36987dea92d2417b39a2a5f8d6e997f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Created by: searle
# $FreeBSD$
PORTNAME= flying
PORTVERSION= 6.20
PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= games/arcade
MAINTAINER= ports@FreeBSD.org
COMMENT= Pool/snooker/billiards/carrom/etc game
USES= imake tar:tgz
USE_XORG= x11
PLIST_FILES= bin/flying man/man1/flying.1.gz
.include <bsd.port.mk>
|