freebsd-ports/games/hlserver-admin/Makefile
Patrick Li b878bc5c2b - Update to steam enabled hlds
- 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)
2005-06-21 04:31:45 +00:00

26 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"