summaryrefslogtreecommitdiffstats
path: root/net/hlmaster/Makefile
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2001-07-14 21:03:26 +0000
committerlioux <lioux@FreeBSD.org>2001-07-14 21:03:26 +0000
commit1db7fba288c284825d1eb834e3a44ba2eaea6ef7 (patch)
tree6ae2551d9a00522d15e236e514b61c7ba5761288 /net/hlmaster/Makefile
parenta42e72e9e6815c1952aa70949709fdecbd2c868e (diff)
downloadFreeBSD-ports-1db7fba288c284825d1eb834e3a44ba2eaea6ef7.zip
FreeBSD-ports-1db7fba288c284825d1eb834e3a44ba2eaea6ef7.tar.gz
add port version 0.9.2 for hlmaster, a Half-Life game master server
daemon PR: 28865 Submitted by: Patrick Li <pat@databits.net>
Diffstat (limited to 'net/hlmaster/Makefile')
-rw-r--r--net/hlmaster/Makefile35
1 files changed, 35 insertions, 0 deletions
diff --git a/net/hlmaster/Makefile b/net/hlmaster/Makefile
new file mode 100644
index 0000000..fc08336
--- /dev/null
+++ b/net/hlmaster/Makefile
@@ -0,0 +1,35 @@
+# New ports collection makefile for: HL Master
+# Date created: Mon Jul 9 02:40:56 EDT 2001
+# Whom: pat@databits.net
+#
+# $FreeBSD$
+#
+
+PORTNAME= hlmaster
+PORTVERSION= 0.9.2
+CATEGORIES= net games
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= pat@databits.net
+
+MAKEFILE= Makefile.bsd
+
+MAN1= ${PORTNAME}.1 ${PORTNAME}.gameserver.1 \
+ ${PORTNAME}.filter.1 ${PORTNAME}.list.1
+
+do-install:
+ @${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin
+ @${INSTALL_MAN} ${WRKSRC}/doc/man/*.1 \
+ ${PREFIX}/man/man1
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${PREFIX}/share/examples/${PORTNAME}
+ @${MKDIR} ${DOCSDIR}
+ @${INSTALL_DATA} ${WRKSRC}/examples/*.list \
+ ${PREFIX}/share/examples/${PORTNAME}
+ @${INSTALL_DATA} ${WRKSRC}/examples/woncomm.lst \
+ ${PREFIX}/share/examples/${PORTNAME}
+ @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
+.endif #NOPORTDOCS
+
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud