1998-12-05 17:08:12 +00:00
|
|
|
# New ports collection makefile for: antipolix
|
|
|
|
# Date created: 2 December 1998
|
|
|
|
# Whom: Andrey Zakhvatov
|
|
|
|
#
|
1999-08-25 06:06:33 +00:00
|
|
|
# $FreeBSD$
|
1998-12-05 17:08:12 +00:00
|
|
|
#
|
|
|
|
|
2000-04-14 00:45:49 +00:00
|
|
|
PORTNAME= antipolix
|
|
|
|
PORTVERSION= 2.1
|
1998-12-05 17:08:12 +00:00
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
|
|
MASTER_SITE_SUBDIR= games/multiplayer
|
2000-04-14 00:45:49 +00:00
|
|
|
DISTNAME= AntipoliX_${PORTVERSION}
|
1998-12-05 17:08:12 +00:00
|
|
|
|
2000-03-29 07:19:16 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
1998-12-05 17:08:12 +00:00
|
|
|
|
2000-04-14 18:40:29 +00:00
|
|
|
NO_WRKSUBDIR= yes
|
1998-12-05 17:08:12 +00:00
|
|
|
USE_IMAKE= yes
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
@ ${INSTALL_PROGRAM} ${WRKSRC}/client ${PREFIX}/bin/antipolix-client
|
|
|
|
@ ${INSTALL_PROGRAM} ${WRKSRC}/server ${PREFIX}/bin/antipolix-server
|
|
|
|
@ ${MKDIR} ${PREFIX}/share/examples/antipolix
|
|
|
|
@ ${INSTALL_DATA} ${WRKSRC}/.motd ${PREFIX}/share/examples/antipolix/dot.motd.sample
|
|
|
|
@ ${INSTALL_DATA} ${WRKSRC}/.players ${PREFIX}/share/examples/antipolix/dot.players.sample
|
|
|
|
@ ${INSTALL_DATA} ${WRKSRC}/.server_defaults ${PREFIX}/share/examples/antipolix/dot.server_defaults.sample
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@ ${MKDIR} ${PREFIX}/share/doc/antipolix
|
|
|
|
.for file in ANTIPOLIX_RULES CLIENT_USE COPYRIGHT SERVER_USE
|
|
|
|
@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/antipolix
|
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|