mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
11a7dff7be
full server package for Linux
23 lines
636 B
Makefile
23 lines
636 B
Makefile
# New ports collection makefile for: The Opera
|
|
# Date created: Mon May 27 17:52:12 UTC 2002
|
|
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= opera
|
|
PORTVERSION= 1.2
|
|
MASTER_SITES= ftp://ftp2.extreme-players.de/hl/mod/opera/ \
|
|
ftp://ftp.task.gda.pl/mirror/ftp.extreme-players.de/exp/hl/mod/opera/ \
|
|
http://distribution.redeemedsoft.com/r12/
|
|
DISTNAME= ${PORTNAME}_v${PORTVERSION:S/.//}0
|
|
|
|
MAINTAINER= lioux@FreeBSD.org
|
|
|
|
HALFLIFE_COUNTERSTRIKE_MASTER= ${.CURDIR}/../hlserver-cs
|
|
|
|
slaveport-post-extract:
|
|
@${CP} ${WRKDIR}/opera_hlds ${WRKSRC}
|
|
|
|
.include "${HALFLIFE_COUNTERSTRIKE_MASTER}/Makefile"
|