1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/games/xmastermind/Makefile
Thomas Gellekum a903a70813 New port xmastermind. Guess a letter combination in 10 tries.
PR:		6119
Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>
1998-05-18 14:18:41 +00:00

28 lines
648 B
Makefile

# New ports collection makefile for: xmastermind
# Version required: 0.1
# Date created: 23 March 1998
# Whom: Andrey Zakhvatov
#
# $Id$
#
DISTNAME= xmastermind-0.1
CATEGORIES= games x11
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= games/strategy
MAINTAINER= andy@icc.surw.chel.su
LIB_DEPENDS= xforms\\.0\\.:${PORTSDIR}/x11/xforms
USE_X11= yes
do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/xmastermind ${PREFIX}/bin
@ ${MKDIR} ${PREFIX}/share/doc/xmastermind
.for file in BUGS README.for.developers README.for.users
@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/xmastermind
.endfor
.include <bsd.port.mk>