diff options
author | Tim Bishop <tdb@FreeBSD.org> | 2005-12-11 17:52:01 +0000 |
---|---|---|
committer | Tim Bishop <tdb@FreeBSD.org> | 2005-12-11 17:52:01 +0000 |
commit | 591f47d4b56745611f20dafc6b4b844ead7b1055 (patch) | |
tree | b12647df955ea5b32921cd11e058dac2d4eb8ae3 /games/qgo/Makefile | |
parent | 1ae767bf59a4e5562b494f6489e71203ce0dd5ac (diff) |
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 b73a4c333e15..8adb7ed0caae 100644 --- a/games/qgo/Makefile +++ b/games/qgo/Makefile @@ -7,14 +7,17 @@ # PORTNAME= qgo -PORTVERSION= 1.0.3 +PORTVERSION= 1.0.3.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 |