diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-21 02:02:36 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-21 02:02:36 +0800 |
commit | f80f7eebc9061287ba24ac0bec665064f079ef13 (patch) | |
tree | 15c314de6145f4520cdedc489b280ef2c8643bc4 /games | |
parent | a6641d0d06e5b7b2bcd49635c5f9f0eae9bb1506 (diff) | |
download | freebsd-ports-graphics-f80f7eebc9061287ba24ac0bec665064f079ef13.tar.gz freebsd-ports-graphics-f80f7eebc9061287ba24ac0bec665064f079ef13.tar.zst freebsd-ports-graphics-f80f7eebc9061287ba24ac0bec665064f079ef13.zip |
- Get rid of USE_X_PREFIX.
- Use SF macro
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
Diffstat (limited to 'games')
-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 09ede09a95d..20a757b7cc7 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 |