mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
40983d1121
though: Source: fenner's dist survey Reported by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> PR: ports/90159
23 lines
576 B
Makefile
23 lines
576 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
|
|
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"
|