freebsd-ports/games/merlin/Makefile
Mario Sergio Fujikawa Ferreira f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00

34 lines
732 B
Makefile

# New ports collection makefile for: merlin
# Date created: 12 August 1998
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
PORTNAME= merlin
PORTVERSION= 1.0
CATEGORIES= games
MASTER_SITES= http://www.doc.ic.ac.uk/~np2/software/download/
DISTNAME= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82
NO_WRKSUBDIR= yes
NO_BUILD= yes
USE_X_PREFIX= yes
post-patch:
@${SED} -e "s:%%LOCALBASE%%:${LOCALBASE}:g" \
${WRKSRC}/merlin.tcl > ${WRKSRC}/merlin
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/merlin ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/merlin
${INSTALL_DATA} ${WRKSRC}/merlin.README.txt ${PREFIX}/share/doc/merlin/README
.endif
.include <bsd.port.mk>