diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-12-23 09:57:44 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-12-23 09:57:44 +0000 |
commit | 1de5928021a1c725bbe22b6c4f8b9175311c09f3 (patch) | |
tree | 6797b4d90482ddee260a6ed3a2fc4d5b6525e1d4 /games/qgo/Makefile | |
parent | 136061e087e03a72f97a9f45ec4be3944077df6f (diff) | |
download | ports-1de5928021a1c725bbe22b6c4f8b9175311c09f3.tar.gz ports-1de5928021a1c725bbe22b6c4f8b9175311c09f3.zip |
Notes
Diffstat (limited to 'games/qgo/Makefile')
-rw-r--r-- | games/qgo/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games/qgo/Makefile b/games/qgo/Makefile index 92e7c1583c93..b26987e3f71e 100644 --- a/games/qgo/Makefile +++ b/games/qgo/Makefile @@ -7,14 +7,17 @@ # PORTNAME= qgo -PORTVERSION= 1.0.0 +PORTVERSION= 1.0.0.2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} +DISTNAME= ${PORTNAME}-${PORTVERSION:R}-r${PORTVERSION:E} MAINTAINER= ports@FreeBSD.org COMMENT= A Go board and SGF editor written with the Qt library +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R} + USE_QT_VER= 3 USE_REINPLACE= yes USE_GMAKE= yes |