mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
c23cc4074c
ports that are mere users of X. Partial list submitted by: Josh Gilliam <josh@quick.net>
30 lines
606 B
Makefile
30 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>
|