View | Details | Raw Unified | Return to bug 205615
Collapse All | Expand All

(-)Makefile (-4 / +2 lines)
Lines 5-19 Link Here
5
PORTVERSION=	1.2
5
PORTVERSION=	1.2
6
PORTREVISION=	8
6
PORTREVISION=	8
7
CATEGORIES=	games
7
CATEGORIES=	games
8
MASTER_SITES=	http://heretic.linuxgames.com/heretic/src/:source \
8
MASTER_SITES=	http://files.kyle-evans.net/freebsd/:source \
9
		http://heretic.linuxgames.com/wad/:wad
9
		http://files.kyle-evans.net/freebsd/:wad
10
DISTNAME=	gl${PORTNAME}-${PORTVERSION}
10
DISTNAME=	gl${PORTNAME}-${PORTVERSION}
11
11
12
MAINTAINER=	oliver@FreeBSD.org
12
MAINTAINER=	oliver@FreeBSD.org
13
COMMENT=	Unix source-port of the famous Heretic game by id Software
13
COMMENT=	Unix source-port of the famous Heretic game by id Software
14
14
15
BROKEN=		unfetchable
16
17
USES=		gmake
15
USES=		gmake
18
USE_XORG=	x11 xi xpm xau
16
USE_XORG=	x11 xi xpm xau
19
17
(-)pkg-descr (-2 lines)
Lines 2-6 Link Here
2
by id Software. It is an addicting game of sorcery
2
by id Software. It is an addicting game of sorcery
3
with blood and gore that reminds people of the old
3
with blood and gore that reminds people of the old
4
Doom and Wolfenstein 3D games.
4
Doom and Wolfenstein 3D games.
5
6
WWW: http://heretic.linuxgames.com/

Return to bug 205615