freebsd-ports/games/xothello/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

30 lines
557 B
Makefile

# New ports collection makefile for: xothello
# Date created: 31 March 1998
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
PORTNAME= xothello
PORTVERSION= 0.01
CATEGORIES= games
MASTER_SITES= http://makosteszta.sote.hu/linux/othello/
DISTNAME= ${PORTNAME}
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms
NO_CDROM= Possible trademark infringement
USE_X_PREFIX= yes
pre-build:
@ ${RM} ${WRKSRC}/xothello
do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/xothello ${PREFIX}/bin
.include <bsd.port.mk>