1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/games/antipolix/Makefile
Dmitry Marakasov 33e3d901d4 Convert most of remaining ports that depend on xorg-libraries to
modular xorg.

- supply corresponding USE_XORG for all imake-using ports that need it
- USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG
- retire USE_X_PREFIX which is not really used anywhere after the
  above change
- a few minor nits like whitespace and SF macro

Tested by:	2 tinderbox runs by pav
Approved by:	portmgr (pav)
2009-06-09 15:33:28 +00:00

42 lines
1.2 KiB
Makefile

# New ports collection makefile for: antipolix
# Date created: 2 December 1998
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
PORTNAME= antipolix
PORTVERSION= 2.1
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= games/multiplayer
DISTNAME= AntipoliX_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple multiplayer game for X Window System
NO_WRKSUBDIR= yes
USE_IMAKE= yes
USE_XORG= x11
NO_INSTALL_MANPAGES= yes
pre-build:
@${TOUCH} ${WRKSRC}/client.man ${WRKSRC}/server.man
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
.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>