diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-20 18:02:36 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-20 18:02:36 +0000 |
commit | 73c3dfcaa92d345bc8ab7a8442b26773a28f5b70 (patch) | |
tree | 469c60907902710c22e33e24084c395ae695c9a7 /games/pouetchess | |
parent | ddafb9ecf264e15c08ce0ca39c1a576afe4523a4 (diff) | |
download | ports-73c3dfcaa92d345bc8ab7a8442b26773a28f5b70.tar.gz ports-73c3dfcaa92d345bc8ab7a8442b26773a28f5b70.zip |
Notes
Diffstat (limited to 'games/pouetchess')
-rw-r--r-- | games/pouetchess/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/games/pouetchess/Makefile b/games/pouetchess/Makefile index 09ede09a95d1..20a757b7cc71 100644 --- a/games/pouetchess/Makefile +++ b/games/pouetchess/Makefile @@ -7,16 +7,14 @@ PORTNAME= pouetchess PORTVERSION= 0.1.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF DISTNAME= pouetChess_0.11_src MAINTAINER= amdmi3@amdmi3.ru COMMENT= An open-source 3D chess game -USE_X_PREFIX= yes USE_SDL= sdl image USE_GL= yes USE_GMAKE= yes |