blob: e02d694eea1c19d172c28c81a08c69998977f0c2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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
PORTREVISION= 1
MASTER_SITES= http://distribution.redeemedsoft.com/r12/
DISTNAME= ${PORTNAME}_v${PORTVERSION:S/.//}0
MAINTAINER= ports@FreeBSD.org
COMMENT= Half-Life mod The Opera full server package for Linux
HALFLIFE_PORT_MASTER= ${.CURDIR}/../hlserver-flf
slaveport-post-extract:
@${CP} ${WRKDIR}/opera_hlds ${WRKSRC}
.include "${HALFLIFE_PORT_MASTER}/Makefile"
|