diff options
author | Stefan Eßer <se@FreeBSD.org> | 2020-09-25 19:00:11 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2020-09-25 19:00:11 +0000 |
commit | 32aecf2bc36df6ceeeee5d3e5abed29715691103 (patch) | |
tree | 4f1ebb3aa7c5dc82ea5d8646f61b2b85809a2eb6 /games/heretic/Makefile | |
parent | 597e00d7a9ae822517ab9efbb402c249e91eebe1 (diff) | |
download | ports-32aecf2bc36df6ceeeee5d3e5abed29715691103.tar.gz ports-32aecf2bc36df6ceeeee5d3e5abed29715691103.zip |
Notes
Diffstat (limited to 'games/heretic/Makefile')
-rw-r--r-- | games/heretic/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/games/heretic/Makefile b/games/heretic/Makefile index eabd463685de..b58f35202c84 100644 --- a/games/heretic/Makefile +++ b/games/heretic/Makefile @@ -3,7 +3,7 @@ PORTNAME= heretic PORTVERSION= 1.2 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= games MASTER_SITES= http://files.kyle-evans.net/freebsd/:source \ http://files.kyle-evans.net/freebsd/:wad @@ -14,6 +14,11 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= oliver@FreeBSD.org COMMENT= Unix source-port of the famous Heretic game by id Software +LICENSE= ACTIVISION +LICENSE_NAME= Activision Source License +LICENSE_FILE= ${WRKSRC}/doc/"End User License Heretic Source Code.txt" +LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept + USES= dos2unix gmake DOS2UNIX_FILES= opengl/gl_struct.h |