freebsd-ports/games/crafty/Makefile
Steve Price ca12c34a0f InIgnore the checksums on the doc files since they change way too often.
PR:		10062
Submitted by:	Stefan Eggers <seggers@semyam.dinoco.de>
1999-02-22 04:24:27 +00:00

48 lines
1.4 KiB
Makefile

# New ports collection makefile for: crafty
# Version required: 16.2
# Date created: 31 May 1998
# Whom: Stefan Eggers <seggers@semyam.dinoco.de>
#
# $Id: Makefile,v 1.8 1999/01/03 00:04:23 mph Exp $
#
DISTNAME= crafty-16.2
CATEGORIES= games
MASTER_SITES= ftp://ftp.cis.uab.edu/pub/hyatt/ \
ftp://ftp.cis.uab.edu/pub/hyatt/common/ \
ftp://ftp.cis.uab.edu/pub/hyatt/v16/
DISTFILES= crafty-16.2.tar.gz crafty.doc crafty.faq read.me start.zip
IGNOREFILES= crafty.doc crafty.faq read.me
MAINTAINER= seggers@semyam.dinoco.de
ALL_TARGET= crafty
DIST_SUBDIR= crafty
EXTRACT_ONLY= crafty-16.2.tar.gz
MAN6= crafty.6
NO_WRKSUBDIR= yes
post-extract:
(cd ${WRKDIR}; gunzip <${DISTDIR}/${DIST_SUBDIR}/start.zip >${WRKDIR}/start.pgn)
post-build:
(cd ${WRKDIR}; ./crafty <${FILESDIR}/books-building)
do-install:
${INSTALL_PROGRAM} ${WRKDIR}/crafty ${PREFIX}/bin/crafty
${MKDIR} ${PREFIX}/lib/crafty
${INSTALL_DATA} ${WRKDIR}/books.bin ${PREFIX}/lib/crafty/books.bin
${INSTALL_MAN} ${FILESDIR}/crafty.6 ${MANPREFIX}/man/man6/crafty.6
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/crafty
${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/crafty.doc ${PREFIX}/share/doc/crafty/crafty.doc
${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/crafty.faq ${PREFIX}/share/doc/crafty/crafty.faq
${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/read.me ${PREFIX}/share/doc/crafty/read.me
.endif
post-install:
strip ${PREFIX}/bin/crafty
.include <bsd.port.mk>