Lines 2-22
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= cmatrix |
4 |
PORTNAME= cmatrix |
5 |
PORTVERSION= 1.2a |
5 |
PORTVERSION= 2.0 |
6 |
PORTREVISION= 1 |
6 |
DISTVERSIONPREFIX= v |
7 |
CATEGORIES= misc |
7 |
CATEGORIES= misc |
8 |
MASTER_SITES= SF |
|
|
9 |
|
8 |
|
10 |
MAINTAINER= ports@FreeBSD.org |
9 |
MAINTAINER= ed.arrakis@gmail.com |
11 |
COMMENT= Show a scrolling 'Matrix' like screen |
10 |
COMMENT= Show a scrolling 'Matrix' like screen |
12 |
|
11 |
|
13 |
LICENSE= GPLv1+ # though COPYING is GPLv2 |
12 |
LICENSE= GPLv3+ |
14 |
|
13 |
|
15 |
USES= gmake ncurses |
14 |
USES= autoreconf ncurses |
|
|
15 |
USE_GITHUB= yes |
16 |
GH_ACCOUNT= abishekvashok |
17 |
|
16 |
GNU_CONFIGURE= yes |
18 |
GNU_CONFIGURE= yes |
17 |
|
19 |
|
18 |
PORTDOCS= ChangeLog README TODO |
20 |
PORTDOCS= README |
19 |
PLIST_FILES= bin/cmatrix man/man1/cmatrix.1.gz |
21 |
PLIST_FILES= bin/cmatrix \ |
|
|
22 |
man/man1/cmatrix.1.gz |
20 |
|
23 |
|
21 |
OPTIONS_DEFINE= DOCS |
24 |
OPTIONS_DEFINE= DOCS |
22 |
|
25 |
|