2003-02-15 16:12:59 +01:00
|
|
|
# New ports collection makefile for: amy
|
|
|
|
# Date created: 30 Jan 2003
|
|
|
|
# Whom: Thorsten Greiner <thorsten.greiner@web.de>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= amy
|
2004-03-19 17:33:41 +01:00
|
|
|
PORTVERSION= 0.8.7
|
2003-02-15 16:12:59 +01:00
|
|
|
CATEGORIES= games
|
2003-12-15 09:55:13 +01:00
|
|
|
MASTER_SITES= http://tgreiner.net/
|
2003-02-15 16:12:59 +01:00
|
|
|
DISTFILES= amy-${PORTVERSION}.tar.gz ClassicGames.pgn.bz2
|
|
|
|
EXTRACT_ONLY= amy-${PORTVERSION}.tar.gz
|
|
|
|
|
2003-12-30 14:13:30 +01:00
|
|
|
MAINTAINER= thorsten@tgreiner.net
|
2003-02-15 16:12:59 +01:00
|
|
|
COMMENT= A chess program for playing and analyzing games
|
|
|
|
|
|
|
|
LIB_DEPENDS= db2.0:${PORTSDIR}/databases/db2:install
|
|
|
|
|
2003-10-24 08:25:03 +02:00
|
|
|
NOT_FOR_ARCHS= sparc64 alpha
|
|
|
|
|
2004-03-19 17:33:41 +01:00
|
|
|
MAN6= Amy.6
|
2003-06-26 14:45:18 +02:00
|
|
|
|
2004-03-19 17:33:41 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2005-04-12 05:26:56 +02:00
|
|
|
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2003-02-15 16:12:59 +01:00
|
|
|
|
2005-10-29 01:00:01 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${ARCH} == "amd64"
|
|
|
|
BROKEN= "Segfault during build on amd64"
|
|
|
|
.endif
|
|
|
|
|
2003-02-15 16:12:59 +01:00
|
|
|
post-extract:
|
|
|
|
${BZCAT} ${DISTDIR}/ClassicGames.pgn.bz2 > \
|
|
|
|
${WRKSRC}/PGN/ClassicGames.pgn
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
|
|
|
.endif
|
|
|
|
|
2005-10-29 01:00:01 +02:00
|
|
|
.include <bsd.port.post.mk>
|