diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2012-10-06 08:02:07 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2012-10-06 08:02:07 +0000 |
commit | 26fdbeb84f07236cf2efece7b7669ba729f619ed (patch) | |
tree | edf7bacf86d663d58487ecb8066d18c92b9590da /games/doom | |
parent | 4e9d93dbace318b47fc6dd35351334aea9535bd0 (diff) | |
download | ports-26fdbeb84f07236cf2efece7b7669ba729f619ed.tar.gz ports-26fdbeb84f07236cf2efece7b7669ba729f619ed.zip |
Notes
Diffstat (limited to 'games/doom')
-rw-r--r-- | games/doom/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/games/doom/Makefile b/games/doom/Makefile index 58a247f60aa1..3ddc7827a44a 100644 --- a/games/doom/Makefile +++ b/games/doom/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: games -# Date created: Mon Dec 14 21:03:01 MET 1998 -# Whom: jmz -# # $FreeBSD$ -# +# Created by: Jean-Marc Zucconi <jmz@FreeBSD.org> PORTNAME= doom PORTVERSION= 1.10 @@ -15,6 +11,8 @@ DISTNAME= doomsrc MAINTAINER= c.petrik.sosa@gmail.com COMMENT= DOOM: the game and the sound server +LICENSE= GPLv1 + NO_CDROM= requested by IDsoftware ONLY_FOR_ARCHS= i386 |