1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/games/xothello/Makefile

32 lines
654 B
Makefile
Raw Normal View History

# New ports collection makefile for: xothello
# Version required: 0.01
# Date created: 31 March 1998
# Whom: Andrey Zakhvatov
#
# $Id: Makefile,v 1.6 1998/12/07 20:46:40 billf Exp $
#
DISTNAME= xothello
PKGNAME= xothello-0.01
CATEGORIES= games
MASTER_SITES= http://makosteszta.sote.hu/linux/othello/
EXTRACT_SUFX= .tgz
MAINTAINER= andy@icc.surw.chel.su
LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms
# depends on xforms
ONLY_FOR_ARCHS= i386
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>