blob: 662e80ab754c54b2ee741c31956cc8021575a20a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Created by: Andrey Zakhvatov
# $FreeBSD$
PORTNAME= xlaby
PORTVERSION= 2.0.1
PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
ftp://quatramaran.ens.fr/pub/madore/xlaby/
MASTER_SITE_SUBDIR= games/strategy
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Daemonic X Labyrinth played directly with the mouse pointer
NO_WRKSUBDIR= yes
USES= imake
USE_XORG= x11
MAN6= xlaby.6
PLIST_FILES= bin/xlaby
NO_STAGE= yes
.include <bsd.port.mk>
|