freebsd-ports/games/xothello/Makefile
Satoshi Asami c23cc4074c Making x11 category more useful project part 1: take out "x11" of
ports that are mere users of X.

Partial list submitted by: Josh Gilliam <josh@quick.net>
1998-07-27 23:25:33 +00:00

29 lines
606 B
Makefile

# New ports collection makefile for: xothello
# Version required: 0.01
# Date created: 31 March 1998
# Whom: Andrey Zakhvatov
#
# $Id: Makefile,v 1.1.1.1 1998/04/24 02:08:53 mph 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/xforms
NO_CDROM= Possible trademark infringement
USE_X11= yes
pre-build:
@ ${RM} ${WRKSRC}/xothello
do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/xothello ${PREFIX}/bin
.include <bsd.port.mk>