Lines 2-13
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= freedoom |
4 |
PORTNAME= freedoom |
5 |
PORTVERSION= 0.10.1 |
5 |
PORTVERSION= 0.11.3 |
6 |
CATEGORIES= games |
6 |
CATEGORIES= games |
7 |
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${PORTVERSION}/ |
7 |
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${PORTVERSION}/ |
8 |
PKGNAMEPREFIX= ${DMPKGNAMEPREFIX} |
8 |
PKGNAMEPREFIX= ${DMPKGNAMEPREFIX} |
9 |
|
9 |
|
10 |
MAINTAINER= ports@FreeBSD.org |
10 |
MAINTAINER= pkubaj@anongoth.pl |
11 |
COMMENT= Complete Doom-based game IWAD that is Free Software |
11 |
COMMENT= Complete Doom-based game IWAD that is Free Software |
12 |
|
12 |
|
13 |
USES= zip |
13 |
USES= zip |
Lines 14-19
Link Here
|
14 |
NO_BUILD= yes |
14 |
NO_BUILD= yes |
15 |
NO_ARCH= yes |
15 |
NO_ARCH= yes |
16 |
|
16 |
|
|
|
17 |
LICENSE= MIT |
18 |
LICENSE_FILE= ${WRKSRC}/COPYING.txt |
19 |
|
17 |
DATADIR= ${DMDIR}/${PORTNAME} |
20 |
DATADIR= ${DMDIR}/${PORTNAME} |
18 |
|
21 |
|
19 |
PLIST_FILES= %%DATADIR%%/freedoom1.wad \ |
22 |
PLIST_FILES= %%DATADIR%%/freedoom1.wad \ |