mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
17 lines
438 B
Makefile
17 lines
438 B
Makefile
# New ports collection makefile for: Action Server
|
|
# Date created: Wed Apr 25 11:45:11 SAST 2001
|
|
# Whom: markm@freebsd.org et al
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= action
|
|
PORTVERSION= 0.5
|
|
MASTER_SITES= ftp://ftp.wanadoo.nl/pub/wanadoo/games/HalfLife/Action-Halflife/ \
|
|
ftp://ftp.exp-network.de/hl/mod/ahl/
|
|
DISTNAME= action50
|
|
|
|
HALFLIFE_COUNTERSTRIKE_MASTER= ${.CURDIR}/../hlserver-cs
|
|
|
|
.include "${HALFLIFE_COUNTERSTRIKE_MASTER}/Makefile"
|