1998-05-18 14:18:41 +00:00
|
|
|
# New ports collection makefile for: xmastermind
|
|
|
|
# Version required: 0.1
|
|
|
|
# Date created: 23 March 1998
|
|
|
|
# Whom: Andrey Zakhvatov
|
|
|
|
#
|
1999-01-07 08:19:57 +00:00
|
|
|
# $Id: Makefile,v 1.6 1998/12/07 20:46:40 billf Exp $
|
1998-05-18 14:18:41 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= xmastermind-0.1
|
1998-07-27 23:25:33 +00:00
|
|
|
CATEGORIES= games
|
1998-05-18 14:18:41 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
|
|
MASTER_SITE_SUBDIR= games/strategy
|
|
|
|
|
|
|
|
MAINTAINER= andy@icc.surw.chel.su
|
|
|
|
|
1998-09-26 23:18:10 +00:00
|
|
|
LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms
|
1998-05-18 14:18:41 +00:00
|
|
|
|
1999-01-07 08:19:57 +00:00
|
|
|
# depends on xforms
|
|
|
|
ONLY_FOR_ARCHS= i386
|
|
|
|
|
1998-08-05 09:31:52 +00:00
|
|
|
USE_X_PREFIX= yes
|
1998-05-18 14:18:41 +00:00
|
|
|
|
|
|
|
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>
|