mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +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:
parent
73dcc0f86e
commit
3aa5f33e5a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=85310
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user