freebsd-ports/games/xmastermind/Makefile

34 lines
779 B
Makefile
Raw Normal View History

# New ports collection makefile for: xmastermind
# Date created: 23 March 1998
# Whom: Andrey Zakhvatov
#
1999-08-25 08:06:33 +02:00
# $FreeBSD$
#
PORTNAME= xmastermind
PORTVERSION= 0.1
2010-02-05 12:46:55 +01:00
PORTREVISION= 4
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= games/strategy
MAINTAINER= ports@FreeBSD.org
2003-02-20 18:32:26 +01:00
COMMENT= Mastermind game for X Window System
2002-07-04 11:20:30 +02:00
LIB_DEPENDS= forms.1:${PORTSDIR}/x11-toolkits/xforms
USE_XORG= x11 xpm
pre-patch:
@${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' \
${WRKSRC}/list.h
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>