diff options
author | Florian Smeets <flo@FreeBSD.org> | 2013-09-13 20:43:00 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2013-09-13 20:43:00 +0000 |
commit | 9818b60f151cd1f64c38d171ff7d4d1562e9d792 (patch) | |
tree | d200ec6608f96a42254841a30d6644a9cf380a50 /games/crafty/Makefile | |
parent | bc295856bb8487a9dda95113f9806f9c3e27f932 (diff) | |
download | ports-9818b60f151cd1f64c38d171ff7d4d1562e9d792.tar.gz ports-9818b60f151cd1f64c38d171ff7d4d1562e9d792.zip |
Notes
Diffstat (limited to 'games/crafty/Makefile')
-rw-r--r-- | games/crafty/Makefile | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/games/crafty/Makefile b/games/crafty/Makefile index 85a28d75c68a..d2e01ab9e1f3 100644 --- a/games/crafty/Makefile +++ b/games/crafty/Makefile @@ -1,19 +1,15 @@ -# New ports collection makefile for: crafty -# Date created: 31 May 1998 -# Whom: Stefan Eggers <seggers@semyam.dinoco.de> -# +# Created by: Stefan Eggers <seggers@semyam.dinoco.de> # $FreeBSD$ -# PORTNAME= crafty PORTVERSION= 23.4 CATEGORIES= games MASTER_SITES= http://www.craftychess.com/:src \ - ftp://ftp.cis.uab.edu/pub/hyatt/pgn/:data \ - ftp://ftp.cis.uab.edu/pub/hyatt/documentation/:doc \ - ftp://ftp.cis.uab.edu/pub/hyatt/source/:src \ - ftp://ftp.cis.uab.edu/pub/hyatt/book/:utils \ - ftp://ftp.cis.uab.edu/pub/hyatt/book/:books + http://www.cis.uab.edu/hyatt/crafty/pgn/:data \ + http://www.cis.uab.edu/hyatt/crafty/documentation/:doc \ + http://www.cis.uab.edu/hyatt/crafty/source/:src \ + http://www.cis.uab.edu/hyatt/crafty/book/:utils \ + http://www.cis.uab.edu/hyatt/crafty/book/:books DISTFILES= crafty-${PORTVERSION}.zip:src \ start.pgn:data DIST_SUBDIR= crafty |