blob: e05467504382554dd518c7f26bb28b02d3cb2dbd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: Opposing Forces Half-Life Dedicated Server
# Date created: 23 Mar 2001
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= opfor
PORTVERSION= 1.1.0.8
MASTER_SITES= http://downloads.planetmirror.com/pub/bluesnews/half-life/opfor/
DISTNAME= opfor${PORTVERSION:S/.//g}
MAINTAINER= lioux@FreeBSD.org
WRKSRC= ${WRKDIR}/gearbox
USE_BZIP2= yes
HALFLIFE_COUNTERSTRIKE_MASTER= ${.CURDIR}/../hlserver-cs
.include "${HALFLIFE_COUNTERSTRIKE_MASTER}/Makefile"
|