View | Details | Raw Unified | Return to bug 257700
Collapse All | Expand All

(-)b/games/sl/Makefile (-2 / +7 lines)
Lines 5-16 PORTVERSION= 5.02 Link Here
5
CATEGORIES=	games
5
CATEGORIES=	games
6
6
7
MAINTAINER=	hym@cocoa.freemail.ne.jp
7
MAINTAINER=	hym@cocoa.freemail.ne.jp
8
COMMENT=	Steam locomotive runs across the screen if you type "sl" instead of "ls"
8
COMMENT=	Steam locomotive runs across the screen if you type "sl"
9
9
10
LICENSE=	SL_CUSTOM
11
LICENSE_NAME=	sl Program License
12
LICENSE_FILE=	${WRKSRC}/LICENSE
13
LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
14
15
USES=		ncurses
10
USE_GITHUB=	yes
16
USE_GITHUB=	yes
11
GH_ACCOUNT=	mtoyoda
17
GH_ACCOUNT=	mtoyoda
12
18
13
USES=		ncurses
14
PLIST_FILES=	bin/${PORTNAME} \
19
PLIST_FILES=	bin/${PORTNAME} \
15
		man/man1/${PORTNAME}.1.gz \
20
		man/man1/${PORTNAME}.1.gz \
16
		man/ja/man1/${PORTNAME}.1.gz
21
		man/ja/man1/${PORTNAME}.1.gz

Return to bug 257700