freebsd-ports/games/xchain/Makefile
Satoshi Asami 2971a93e52 Convert to PORTNAME/PORTVERSION. The following ports hand invalid version
strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and
xnibbles.
2000-04-14 12:28:40 +00:00

31 lines
714 B
Makefile

# New ports collection makefile for: xchain
# Date created: 13 March 1998
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
PORTNAME= xchain
PORTVERSION= 1.0.2
CATEGORIES= games
MASTER_SITES= http://thor.cam.ac.uk/~ac212/xchain/
DISTNAME= xchain_1.0-2
MAINTAINER= ports@FreeBSD.org
RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82
USE_X_PREFIX= yes
WRKSRC= ${WRKDIR}/xchain-1.0
MAN6= xchain.6
do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/xchain ${PREFIX}/bin
@ ${INSTALL_MAN} ${WRKSRC}/xchain.6 ${PREFIX}/man/man6
@ ${MKDIR} ${PREFIX}/share/doc/xchain
@ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xchain
@ ${INSTALL_DATA} ${WRKSRC}/copyright ${PREFIX}/share/doc/xchain
.include <bsd.port.mk>