blob: 9abe11b7369bbd69170a5f8ba2add637c4eb6f59 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# New ports collection makefile for: Existence Server
# Date created: Mon Sep 17 13:05:51 BRT 2001
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= existence
PORTVERSION= 0.1.4.0
MASTER_SITES= http://uml-pub.ists.dartmouth.edu/halflife/linux/
DISTNAME= x-beta1.4.linux
MAINTAINER= lioux@FreeBSD.org
COMMENT= Half-Life mod Existence (Matrix alike) full server package for Linux
HALFLIFE_COUNTERSTRIKE_MASTER= ${.CURDIR}/../hlserver-cs
.include "${HALFLIFE_COUNTERSTRIKE_MASTER}/Makefile"
|