diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-08-26 04:03:10 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-08-26 04:03:10 +0000 |
commit | 658ccd8452862ee0d54f1792720f7db1e492e9fd (patch) | |
tree | 684001e6fd2582ab09b98ee7ff1a83555f896ff9 /games/wmminichess | |
parent | 73a7a443ca40e45c0682cae9e4b87e358e82ef20 (diff) | |
download | ports-658ccd8452862ee0d54f1792720f7db1e492e9fd.tar.gz ports-658ccd8452862ee0d54f1792720f7db1e492e9fd.zip |
Notes
Diffstat (limited to 'games/wmminichess')
-rw-r--r-- | games/wmminichess/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/wmminichess/Makefile b/games/wmminichess/Makefile index f430176e2d93..9351167dda6d 100644 --- a/games/wmminichess/Makefile +++ b/games/wmminichess/Makefile @@ -9,14 +9,14 @@ PORTNAME= wmminichess PORTVERSION= 0.8 PORTREVISION= 3 CATEGORIES= games -MASTER_SITES= http://www.insanum.com/miniCHESS/ +MASTER_SITES= http://web.cs.mun.ca/~gstarkes/wmaker/dockapps/files/ DISTNAME= miniCHESS-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Window Maker chess dockapp game -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2011-09-01 +LICENSE= GPLv2 # (or later) +LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ${LOCALBASE}/bin/gnuchess:${PORTSDIR}/games/gnuchess |