diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-03-07 03:25:10 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-03-07 03:25:10 +0000 |
commit | 6910bf819aea08bdd745916858b2def318991151 (patch) | |
tree | 4182f12506e5ebc35eb16b446a1a7b815762ed62 /games/prboom | |
parent | a155d8175292db32ee02557aeb9bc8b112170911 (diff) |
Notes
Diffstat (limited to 'games/prboom')
-rw-r--r-- | games/prboom/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/games/prboom/Makefile b/games/prboom/Makefile index c93d72f6fe9c..4d21ff402582 100644 --- a/games/prboom/Makefile +++ b/games/prboom/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: prboom -# Date created: 10 June 2001 -# Whom: Jordan DeLong <fracture@allusion.net> -# +# Created by: Jordan DeLong <fracture@allusion.net> # $FreeBSD$ -# PORTNAME= prboom PORTVERSION= 2.5.0 @@ -11,8 +7,8 @@ PORTREVISION= 3 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20stable/${PORTVERSION} -MAINTAINER= ports@FreeBSD.org -COMMENT= A multiplayer-capable and modified version of ID's classic DOOM game +MAINTAINER= c.petrik.sosa@gmail.com +COMMENT= Multiplayer-capable and modified version of ID's classic DOOM game LIB_DEPENDS= smpeg.1:${PORTSDIR}/multimedia/smpeg |