b878bc5c2b
- Change master port over to hlserver-flf - (1) Installation directory went from: [/compat/linux/usr/games/hlds_l] to: [/usr/local/games/hlds_l] - Add if statements and message to prevent PORTREVISION bump of master ports affecting all slave ports Submitted by: netchild (1)
19 lines
531 B
Makefile
19 lines
531 B
Makefile
# 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
|
|
PORTREVISION= 1
|
|
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_PORT_MASTER= ${.CURDIR}/../hlserver-flf
|
|
|
|
.include "${HALFLIFE_PORT_MASTER}/Makefile"
|