diff options
Diffstat (limited to 'textproc/etoile-ogrekit/Makefile')
-rw-r--r-- | textproc/etoile-ogrekit/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/textproc/etoile-ogrekit/Makefile b/textproc/etoile-ogrekit/Makefile index 6d656dd01e97..0c42eac46095 100644 --- a/textproc/etoile-ogrekit/Makefile +++ b/textproc/etoile-ogrekit/Makefile @@ -6,20 +6,17 @@ # PORTNAME= ogrekit -PORTVERSION= 0.1.${SNAPSHOT} -PORTREVISION= 1 +PORTVERSION= 0.2 CATEGORIES= textproc gnustep -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= dinoex +MASTER_SITES= http://download.gna.org/etoile/ PKGNAMEPREFIX= etoile- -DISTNAME= Etoile-${SNAPSHOT} +DISTNAME= etoile-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= Etoile Project OgreKit framework LIB_DEPENDS= onig:${PORTSDIR}/${ONIGURUMA4_PORT} -USE_BZIP2= yes USE_GNUSTEP= yes USE_GNUSTEP_PREFIX= yes USE_GNUSTEP_BACK= yes @@ -27,9 +24,9 @@ USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} -SNAPSHOT= 20061221 -WRKSRC= ${WRKDIR}/Etoile/ +WRKSRC= ${WRKDIR}/Etoile-${PORTVERSION} USE_GNUSTEP_MAKE_DIRS+= Frameworks/OgreKit +ADDITIONAL_OBJCFLAGS+= -DONIGURUMA_4 UNITKIT_PORT?= devel/etoile-unitkit ONIGURUMA4_PORT?= devel/oniguruma4 |