b225fea83c
PR: ports/60902 Submitted by: Thorsten Greiner <thorsten@tgreiner.net> (maintainer)
37 lines
778 B
Makefile
37 lines
778 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.6
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://tgreiner.net/
|
|
DISTFILES= amy-${PORTVERSION}.tar.gz ClassicGames.pgn.bz2
|
|
EXTRACT_ONLY= amy-${PORTVERSION}.tar.gz
|
|
|
|
MAINTAINER= thorsten@tgreiner.net
|
|
COMMENT= A chess program for playing and analyzing games
|
|
|
|
LIB_DEPENDS= db2.0:${PORTSDIR}/databases/db2:install
|
|
|
|
NOT_FOR_ARCHS= sparc64 alpha
|
|
|
|
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>
|