mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
30 lines
735 B
Makefile
30 lines
735 B
Makefile
# New ports collection makefile for: xmastermind
|
|
# Version required: 0.1
|
|
# Date created: 23 March 1998
|
|
# Whom: Andrey Zakhvatov
|
|
#
|
|
# $Id: Makefile,v 1.4 1998/08/07 23:56:22 asami Exp $
|
|
#
|
|
|
|
DISTNAME= xmastermind-0.1
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
MASTER_SITE_SUBDIR= games/strategy
|
|
|
|
MAINTAINER= andy@icc.surw.chel.su
|
|
|
|
BROKEN_ELF= xforms is a.out only
|
|
|
|
LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms
|
|
|
|
USE_X_PREFIX= 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>
|