freebsd-ports/games/amy/Makefile
Daichi GOTO e4425fa179 update games/amy: 0.8.2 --> 0.8.4
PR:		53651
Submitted by:	Thorsten Greiner <thorsten.greiner@web.de> (maintainer)
2003-06-26 12:45:18 +00:00

35 lines
755 B
Makefile

# New ports collection makefile for: amy
# Date created: 30 Jan 2003
# Whom: Thorsten Greiner <thorsten.greiner@web.de>
#
# $FreeBSD$
#
PORTNAME= amy
PORTVERSION= 0.8.4
CATEGORIES= games
MASTER_SITES= http://www.stethojupi.de/
DISTFILES= amy-${PORTVERSION}.tar.gz ClassicGames.pgn.bz2
EXTRACT_ONLY= amy-${PORTVERSION}.tar.gz
MAINTAINER= thorsten.greiner@web.de
COMMENT= A chess program for playing and analyzing games
LIB_DEPENDS= db2.0:${PORTSDIR}/databases/db2:install
MAN6= Amy.6
HAS_CONFIGURE= yes
post-extract:
${BZCAT} ${DISTDIR}/ClassicGames.pgn.bz2 > \
${WRKSRC}/PGN/ClassicGames.pgn
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>