mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
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)
27 lines
631 B
Makefile
27 lines
631 B
Makefile
# New ports collection makefile for: Half Life Admin Mod
|
|
# Date created: Sun Apr 29 15:58:33 EDT 2001
|
|
# Whom: pat et al
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= admin
|
|
PORTVERSION= 2.50.60
|
|
PORTEPOCH= 1
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= halflifeadmin
|
|
DISTNAME= halflife-admin-2.50.60-linux
|
|
DIST_SUBDIR= ${PORTNAME}
|
|
|
|
COMMENT= Popular Half-Life mod server administration tool for Linux
|
|
|
|
WRKSRC= ${WRKDIR}/Adminmod
|
|
|
|
slaveport-post-install:
|
|
@${INSTALL_SCRIPT} ${WRKSRC}/install_admin \
|
|
${PREFIX}${HLDSDIR}/Adminmod
|
|
|
|
HALFLIFE_PORT_MASTER= ${.CURDIR}/../hlserver-flf
|
|
|
|
.include "${HALFLIFE_PORT_MASTER}/Makefile"
|