diff options
Diffstat (limited to 'games/gnuchess/Makefile')
-rw-r--r-- | games/gnuchess/Makefile | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/games/gnuchess/Makefile b/games/gnuchess/Makefile index 3915988703ed..8abd119e3713 100644 --- a/games/gnuchess/Makefile +++ b/games/gnuchess/Makefile @@ -6,18 +6,13 @@ # PORTNAME= gnuchess -PORTVERSION= 4.0.80 +PORTVERSION= 5.04 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= gnuchess -DISTNAME= gnuchess-4.0.pl80 +MASTER_SITE_SUBDIR= chess -MAINTAINER= markm@FreeBSD.org +MAINTAINER= ports@FreeBSD.org -HAS_CONFIGURE= yes -WRKSRC= ${WRKDIR}/${DISTNAME}/src -#CONFIGURE_SCRIPT= src/configure -#CONFIGURE_ARGS= -sde -Dprefix=${PREFIX} -MAN6= game.6 gnuan.6 gnuchess.6 postprint.6 +GNU_CONFIGURE= yes .include <bsd.port.mk> |