diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2003-06-26 12:45:18 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2003-06-26 12:45:18 +0000 |
commit | e4425fa17941a80c5baf235fa2c8bb425c80d3a3 (patch) | |
tree | 36706e9ec9950c47ca77ce03419dd51c0c6d879b /games/amy/Makefile | |
parent | cb2850ce7a6638052f890740bbd36dded4614166 (diff) | |
download | ports-e4425fa17941a80c5baf235fa2c8bb425c80d3a3.tar.gz ports-e4425fa17941a80c5baf235fa2c8bb425c80d3a3.zip |
Notes
Diffstat (limited to 'games/amy/Makefile')
-rw-r--r-- | games/amy/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/amy/Makefile b/games/amy/Makefile index 6036f4af4e0b..f19de5dfed9a 100644 --- a/games/amy/Makefile +++ b/games/amy/Makefile @@ -6,7 +6,7 @@ # PORTNAME= amy -PORTVERSION= 0.8.2 +PORTVERSION= 0.8.4 CATEGORIES= games MASTER_SITES= http://www.stethojupi.de/ DISTFILES= amy-${PORTVERSION}.tar.gz ClassicGames.pgn.bz2 @@ -17,6 +17,8 @@ COMMENT= A chess program for playing and analyzing games LIB_DEPENDS= db2.0:${PORTSDIR}/databases/db2:install +MAN6= Amy.6 + HAS_CONFIGURE= yes post-extract: |