aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
Diffstat (limited to 'games')
-rw-r--r--games/hlserver-action/Makefile2
-rw-r--r--games/hlserver-action/pkg-comment1
-rw-r--r--games/hlserver-admin/Makefile2
-rw-r--r--games/hlserver-admin/pkg-comment1
-rw-r--r--games/hlserver-cs/Makefile1
-rw-r--r--games/hlserver-cs/pkg-comment1
-rw-r--r--games/hlserver-dod/Makefile2
-rw-r--r--games/hlserver-dod/pkg-comment1
-rw-r--r--games/hlserver-fa/Makefile2
-rw-r--r--games/hlserver-fa/pkg-comment1
-rw-r--r--games/hlserver-flf/Makefile2
-rw-r--r--games/hlserver-flf/pkg-comment1
-rw-r--r--games/q3server-excessive/Makefile2
-rw-r--r--games/q3server-excessive/pkg-comment1
-rw-r--r--games/q3server-freezetag/Makefile2
-rw-r--r--games/q3server-freezetag/pkg-comment1
-rw-r--r--games/q3server-osp/Makefile2
-rw-r--r--games/q3server-osp/pkg-comment1
-rw-r--r--games/q3server-ra3/Makefile1
-rw-r--r--games/q3server-ra3/pkg-comment1
-rw-r--r--games/q3server-ut/Makefile2
-rw-r--r--games/q3server-ut/pkg-comment1
-rw-r--r--games/q3server-wfa/Makefile2
-rw-r--r--games/q3server-wfa/pkg-comment1
-rw-r--r--games/quake3-excessive/Makefile2
-rw-r--r--games/quake3-excessive/pkg-comment1
-rw-r--r--games/quake3-freezetag/Makefile2
-rw-r--r--games/quake3-freezetag/pkg-comment1
-rw-r--r--games/quake3-osp/Makefile2
-rw-r--r--games/quake3-osp/pkg-comment1
-rw-r--r--games/quake3-ra3/Makefile1
-rw-r--r--games/quake3-ra3/pkg-comment1
-rw-r--r--games/quake3-ut/Makefile2
-rw-r--r--games/quake3-ut/pkg-comment1
-rw-r--r--games/quake3-wfa/Makefile2
-rw-r--r--games/quake3-wfa/pkg-comment1
36 files changed, 33 insertions, 18 deletions
diff --git a/games/hlserver-action/Makefile b/games/hlserver-action/Makefile
index deffbaa2742a..c92568460b29 100644
--- a/games/hlserver-action/Makefile
+++ b/games/hlserver-action/Makefile
@@ -11,6 +11,8 @@ MASTER_SITES= ftp://ftp.wanadoo.nl/pub/wanadoo/games/HalfLife/Action-Halflife/ \
ftp://ftp.exp-network.de/hl/mod/ahl/
DISTNAME= action50
+COMMENT= Action Half-Life mod full server package for Linux
+
HALFLIFE_COUNTERSTRIKE_MASTER= ${.CURDIR}/../hlserver-cs
.include "${HALFLIFE_COUNTERSTRIKE_MASTER}/Makefile"
diff --git a/games/hlserver-action/pkg-comment b/games/hlserver-action/pkg-comment
deleted file mode 100644
index b87c5ce22058..000000000000
--- a/games/hlserver-action/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Action Half-Life mod full server package for Linux
diff --git a/games/hlserver-admin/Makefile b/games/hlserver-admin/Makefile
index faebaad000c1..9cad83fa0fcc 100644
--- a/games/hlserver-admin/Makefile
+++ b/games/hlserver-admin/Makefile
@@ -16,6 +16,8 @@ DISTFILES= halflife-admin-2.50.50.tgz \
EXTRACT_SUFX= .tgz
DIST_SUBDIR= ${PORTNAME}
+COMMENT= Popular Half-Life mod server administration tool for Linux
+
WRKSRC= ${WRKDIR}/Adminmod
slaveport-post-extract:
diff --git a/games/hlserver-admin/pkg-comment b/games/hlserver-admin/pkg-comment
deleted file mode 100644
index 1041f61c5135..000000000000
--- a/games/hlserver-admin/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Popular Half-Life mod server administration tool for Linux
diff --git a/games/hlserver-cs/Makefile b/games/hlserver-cs/Makefile
index b41bddc8a670..213ae636a05a 100644
--- a/games/hlserver-cs/Makefile
+++ b/games/hlserver-cs/Makefile
@@ -19,6 +19,7 @@ DISTNAME?= ${PORTNAME}_${PORTVERSION:S/.//}_full
.endif
MAINTAINER?= pat@FreeBSD.org
+COMMENT?= Half-Life mod Counter-Strike full server package for Linux
RUN_DEPENDS= ${LINUXBASE}${HLDSDIR}${HL_PROGRAM}:${HALFLIFESERVER_PORT}
diff --git a/games/hlserver-cs/pkg-comment b/games/hlserver-cs/pkg-comment
deleted file mode 100644
index 7519473ec3f1..000000000000
--- a/games/hlserver-cs/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Half-Life mod Counter-Strike full server package for Linux
diff --git a/games/hlserver-dod/Makefile b/games/hlserver-dod/Makefile
index 0051e2c292cd..525eac730b7c 100644
--- a/games/hlserver-dod/Makefile
+++ b/games/hlserver-dod/Makefile
@@ -14,6 +14,8 @@ MASTER_SITES= http://www.redphive.org/files/ \
ftp://ftp.dodfrance.com/dod/dod/3.1/linux/
DISTNAME= ${PORTNAME}_v${PORTVERSION:S/.//}_full
+COMMENT= Half-Life mod Day of Defeat full server package for Linux
+
WRKSRC= ${WRKDIR}/${PORTNAME}
HALFLIFE_COUNTERSTRIKE_MASTER= ${.CURDIR}/../hlserver-cs
diff --git a/games/hlserver-dod/pkg-comment b/games/hlserver-dod/pkg-comment
deleted file mode 100644
index 0670063c91d8..000000000000
--- a/games/hlserver-dod/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Half-Life mod Day of Defeat full server package for Linux
diff --git a/games/hlserver-fa/Makefile b/games/hlserver-fa/Makefile
index bcfaa1a6bcdb..67bc333e13b8 100644
--- a/games/hlserver-fa/Makefile
+++ b/games/hlserver-fa/Makefile
@@ -11,6 +11,8 @@ MASTER_SITES= ftp://tdsfa.org/fafiles/ \
ftp://64.191.71.76/files/
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//}_linux_full
+COMMENT= Half-Life mod Firearms full server package for Linux
+
HALFLIFE_COUNTERSTRIKE_MASTER= ${.CURDIR}/../hlserver-cs
.include "${HALFLIFE_COUNTERSTRIKE_MASTER}/Makefile"
diff --git a/games/hlserver-fa/pkg-comment b/games/hlserver-fa/pkg-comment
deleted file mode 100644
index 382dc2bc5482..000000000000
--- a/games/hlserver-fa/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Half-Life mod Firearms full server package for Linux
diff --git a/games/hlserver-flf/Makefile b/games/hlserver-flf/Makefile
index 5f39eaaea788..f6704d176516 100644
--- a/games/hlserver-flf/Makefile
+++ b/games/hlserver-flf/Makefile
@@ -20,6 +20,8 @@ WRKSRC= ${WRKDIR}/frontline
USE_ZIP= yes
EXTRACT_BEFORE_ARGS= -o -qq
+COMMENT= Half-Life mod Frontline Force full server package for Linux
+
HALFLIFE_COUNTERSTRIKE_MASTER= ${.CURDIR}/../hlserver-cs
.include "${HALFLIFE_COUNTERSTRIKE_MASTER}/Makefile"
diff --git a/games/hlserver-flf/pkg-comment b/games/hlserver-flf/pkg-comment
deleted file mode 100644
index af4eb969bb41..000000000000
--- a/games/hlserver-flf/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Half-Life mod Frontline Force full server package for Linux
diff --git a/games/q3server-excessive/Makefile b/games/q3server-excessive/Makefile
index 9fc8f51d4311..9508aaa6cdf8 100644
--- a/games/q3server-excessive/Makefile
+++ b/games/q3server-excessive/Makefile
@@ -11,6 +11,8 @@ MASTER_SITES= ftp://ftp.gigabell.net/pub/exp/q3/mod/excessive/ \
ftp://ftp.task.gda.pl/vol/d33/ftp.extreme-players.de/exp/q3/mod/excessive/
DISTNAME= ${PORTNAME}_q3_server_${PORTVERSION}
+COMMENT= Quake III Arena Excessive Mod for Linux
+
Q3_MOD_MASTER= ${.CURDIR}/../q3server-ra3
.include "${Q3_MOD_MASTER}/Makefile"
diff --git a/games/q3server-excessive/pkg-comment b/games/q3server-excessive/pkg-comment
deleted file mode 100644
index 9a652eee5305..000000000000
--- a/games/q3server-excessive/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Quake III Arena Excessive Mod for Linux
diff --git a/games/q3server-freezetag/Makefile b/games/q3server-freezetag/Makefile
index 53b2ef0e25dd..0edc1c1a51f2 100644
--- a/games/q3server-freezetag/Makefile
+++ b/games/q3server-freezetag/Makefile
@@ -11,6 +11,8 @@ MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= pat
DISTNAME= q3freeze${PORTVERSION:S/.//}
+COMMENT= Quake III Arena Mod: Freeze Tag for Linux
+
WRKSRC= ${WRKDIR}/freeze
Q3_MOD_MASTER= ${.CURDIR}/../q3server-ra3
diff --git a/games/q3server-freezetag/pkg-comment b/games/q3server-freezetag/pkg-comment
deleted file mode 100644
index 90283d15249d..000000000000
--- a/games/q3server-freezetag/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Quake III Arena Mod: Freeze Tag for Linux
diff --git a/games/q3server-osp/Makefile b/games/q3server-osp/Makefile
index 0db91f73bdcd..99bb5f5538fb 100644
--- a/games/q3server-osp/Makefile
+++ b/games/q3server-osp/Makefile
@@ -11,6 +11,8 @@ MASTER_SITES= http://www.orangesmoothie.org/downloads/ \
http://aoh-www.hhhr.ision.net/files/osp/
DISTNAME= osp-Quake3-${PORTVERSION}_full
+COMMENT= Quake III Arena Mod: OSP Tourney DM/CA/CTF for Linux
+
Q3_MOD_MASTER= ${.CURDIR}/../q3server-ra3
.include "${Q3_MOD_MASTER}/Makefile"
diff --git a/games/q3server-osp/pkg-comment b/games/q3server-osp/pkg-comment
deleted file mode 100644
index eef5f6d4258e..000000000000
--- a/games/q3server-osp/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Quake III Arena Mod: OSP Tourney DM/CA/CTF for Linux
diff --git a/games/q3server-ra3/Makefile b/games/q3server-ra3/Makefile
index 2662d747a54f..d79041d36fda 100644
--- a/games/q3server-ra3/Makefile
+++ b/games/q3server-ra3/Makefile
@@ -19,6 +19,7 @@ DISTFILES?= ${PORTNAME}${PORTVERSION:S/.//}cl_linuxmac.zip \
.endif
MAINTAINER?= pat@FreeBSD.org
+COMMENT?= Quake III Arena Mod: Rocket Arena 3 for Linux
RUN_DEPENDS= ${LINUXBASE}/usr/games/quake3/q3ded:${Q3SERVER_PORT}
diff --git a/games/q3server-ra3/pkg-comment b/games/q3server-ra3/pkg-comment
deleted file mode 100644
index 39c84ab29766..000000000000
--- a/games/q3server-ra3/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Quake III Arena Mod: Rocket Arena 3 for Linux
diff --git a/games/q3server-ut/Makefile b/games/q3server-ut/Makefile
index 31c657f6fece..313198f12f57 100644
--- a/games/q3server-ut/Makefile
+++ b/games/q3server-ut/Makefile
@@ -16,6 +16,8 @@ MASTER_SITES= http://houston.jeffs-place.org/urbanterror/ \
DISTFILES= beta26_full.zip \
beta26a_upgrade.zip
+COMMENT= Quake III Arena Mod: Urban Terror for Linux
+
NO_WRKSUBDIR= yes
EXTRACT_BEFORE_ARGS= -o -qq
diff --git a/games/q3server-ut/pkg-comment b/games/q3server-ut/pkg-comment
deleted file mode 100644
index 0aa47aa0bb70..000000000000
--- a/games/q3server-ut/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Quake III Arena Mod: Urban Terror for Linux
diff --git a/games/q3server-wfa/Makefile b/games/q3server-wfa/Makefile
index 303fbce411e8..88c11b695a04 100644
--- a/games/q3server-wfa/Makefile
+++ b/games/q3server-wfa/Makefile
@@ -17,6 +17,8 @@ MASTER_SITES= ftp://ftp.ogl.org/pub/q3/wfa/ \
DISTFILES= WFA_Media_v33.zip WFA_MapPack1_v33.zip \
WFA_MapPack2_v33.zip
+COMMENT= Quake III Arena Mod: Weapons Factory Arena for Linux
+
EXTRACT_BEFORE_ARGS= -o -qq
NO_WRKSUBDIR= yes
diff --git a/games/q3server-wfa/pkg-comment b/games/q3server-wfa/pkg-comment
deleted file mode 100644
index 50a23a04abed..000000000000
--- a/games/q3server-wfa/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Quake III Arena Mod: Weapons Factory Arena for Linux
diff --git a/games/quake3-excessive/Makefile b/games/quake3-excessive/Makefile
index 9fc8f51d4311..9508aaa6cdf8 100644
--- a/games/quake3-excessive/Makefile
+++ b/games/quake3-excessive/Makefile
@@ -11,6 +11,8 @@ MASTER_SITES= ftp://ftp.gigabell.net/pub/exp/q3/mod/excessive/ \
ftp://ftp.task.gda.pl/vol/d33/ftp.extreme-players.de/exp/q3/mod/excessive/
DISTNAME= ${PORTNAME}_q3_server_${PORTVERSION}
+COMMENT= Quake III Arena Excessive Mod for Linux
+
Q3_MOD_MASTER= ${.CURDIR}/../q3server-ra3
.include "${Q3_MOD_MASTER}/Makefile"
diff --git a/games/quake3-excessive/pkg-comment b/games/quake3-excessive/pkg-comment
deleted file mode 100644
index 9a652eee5305..000000000000
--- a/games/quake3-excessive/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Quake III Arena Excessive Mod for Linux
diff --git a/games/quake3-freezetag/Makefile b/games/quake3-freezetag/Makefile
index 53b2ef0e25dd..0edc1c1a51f2 100644
--- a/games/quake3-freezetag/Makefile
+++ b/games/quake3-freezetag/Makefile
@@ -11,6 +11,8 @@ MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= pat
DISTNAME= q3freeze${PORTVERSION:S/.//}
+COMMENT= Quake III Arena Mod: Freeze Tag for Linux
+
WRKSRC= ${WRKDIR}/freeze
Q3_MOD_MASTER= ${.CURDIR}/../q3server-ra3
diff --git a/games/quake3-freezetag/pkg-comment b/games/quake3-freezetag/pkg-comment
deleted file mode 100644
index 90283d15249d..000000000000
--- a/games/quake3-freezetag/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Quake III Arena Mod: Freeze Tag for Linux
diff --git a/games/quake3-osp/Makefile b/games/quake3-osp/Makefile
index 0db91f73bdcd..99bb5f5538fb 100644
--- a/games/quake3-osp/Makefile
+++ b/games/quake3-osp/Makefile
@@ -11,6 +11,8 @@ MASTER_SITES= http://www.orangesmoothie.org/downloads/ \
http://aoh-www.hhhr.ision.net/files/osp/
DISTNAME= osp-Quake3-${PORTVERSION}_full
+COMMENT= Quake III Arena Mod: OSP Tourney DM/CA/CTF for Linux
+
Q3_MOD_MASTER= ${.CURDIR}/../q3server-ra3
.include "${Q3_MOD_MASTER}/Makefile"
diff --git a/games/quake3-osp/pkg-comment b/games/quake3-osp/pkg-comment
deleted file mode 100644
index eef5f6d4258e..000000000000
--- a/games/quake3-osp/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Quake III Arena Mod: OSP Tourney DM/CA/CTF for Linux
diff --git a/games/quake3-ra3/Makefile b/games/quake3-ra3/Makefile
index 2662d747a54f..d79041d36fda 100644
--- a/games/quake3-ra3/Makefile
+++ b/games/quake3-ra3/Makefile
@@ -19,6 +19,7 @@ DISTFILES?= ${PORTNAME}${PORTVERSION:S/.//}cl_linuxmac.zip \
.endif
MAINTAINER?= pat@FreeBSD.org
+COMMENT?= Quake III Arena Mod: Rocket Arena 3 for Linux
RUN_DEPENDS= ${LINUXBASE}/usr/games/quake3/q3ded:${Q3SERVER_PORT}
diff --git a/games/quake3-ra3/pkg-comment b/games/quake3-ra3/pkg-comment
deleted file mode 100644
index 39c84ab29766..000000000000
--- a/games/quake3-ra3/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Quake III Arena Mod: Rocket Arena 3 for Linux
diff --git a/games/quake3-ut/Makefile b/games/quake3-ut/Makefile
index 31c657f6fece..313198f12f57 100644
--- a/games/quake3-ut/Makefile
+++ b/games/quake3-ut/Makefile
@@ -16,6 +16,8 @@ MASTER_SITES= http://houston.jeffs-place.org/urbanterror/ \
DISTFILES= beta26_full.zip \
beta26a_upgrade.zip
+COMMENT= Quake III Arena Mod: Urban Terror for Linux
+
NO_WRKSUBDIR= yes
EXTRACT_BEFORE_ARGS= -o -qq
diff --git a/games/quake3-ut/pkg-comment b/games/quake3-ut/pkg-comment
deleted file mode 100644
index 0aa47aa0bb70..000000000000
--- a/games/quake3-ut/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Quake III Arena Mod: Urban Terror for Linux
diff --git a/games/quake3-wfa/Makefile b/games/quake3-wfa/Makefile
index 303fbce411e8..88c11b695a04 100644
--- a/games/quake3-wfa/Makefile
+++ b/games/quake3-wfa/Makefile
@@ -17,6 +17,8 @@ MASTER_SITES= ftp://ftp.ogl.org/pub/q3/wfa/ \
DISTFILES= WFA_Media_v33.zip WFA_MapPack1_v33.zip \
WFA_MapPack2_v33.zip
+COMMENT= Quake III Arena Mod: Weapons Factory Arena for Linux
+
EXTRACT_BEFORE_ARGS= -o -qq
NO_WRKSUBDIR= yes
diff --git a/games/quake3-wfa/pkg-comment b/games/quake3-wfa/pkg-comment
deleted file mode 100644
index 50a23a04abed..000000000000
--- a/games/quake3-wfa/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Quake III Arena Mod: Weapons Factory Arena for Linux