1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

split MASTER_SITES in "where to find the wad file" and "where to find

the sourcefile"

Obtained from:	cad/spice
This commit is contained in:
Oliver Lehmann 2003-07-21 17:42:14 +00:00
parent 73dcc0f86e
commit 3aa5f33e5a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=85310

View File

@ -9,15 +9,15 @@ PORTNAME= heretic
PORTVERSION= 1.1
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://heretic.linuxgames.com/heretic/src/ \
http://heretic.linuxgames.com/wad/
MASTER_SITES= http://heretic.linuxgames.com/heretic/src/:source \
http://heretic.linuxgames.com/wad/:wad
DISTNAME= gl${PORTNAME}-${PORTVERSION}
.if !defined(WITHOUT_WAD)
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} heretic_share.wad.gz
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:source heretic_share.wad.gz:wad
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
.endif
MAINTAINER= oliver@freebsd.org
MAINTAINER= oliver@FreeBSD.org
COMMENT= Unix source-port of the famous Heretic game by id Software
USE_X_PREFIX= yes