freebsd-ports/games/xothello/Makefile
Mario Sergio Fujikawa Ferreira f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00

29 lines
556 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= forms.1:${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>