diff options
Diffstat (limited to 'deskutils/etoile-ui/Makefile')
-rw-r--r-- | deskutils/etoile-ui/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/deskutils/etoile-ui/Makefile b/deskutils/etoile-ui/Makefile index e9a1eaf37595..1279c8445bd8 100644 --- a/deskutils/etoile-ui/Makefile +++ b/deskutils/etoile-ui/Makefile @@ -6,18 +6,15 @@ # PORTNAME= ui -PORTVERSION= 0.1.${SNAPSHOT} -PORTREVISION= 1 +PORTVERSION= 0.2 CATEGORIES= deskutils 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 EtoileUI framework -USE_BZIP2= yes USE_GNUSTEP= yes USE_GNUSTEP_PREFIX= yes USE_GNUSTEP_BACK= yes @@ -26,8 +23,7 @@ USE_GNUSTEP_INSTALL= yes DEFAULT_LIBVERSION= 0.1 USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} -SNAPSHOT= 20061221 -WRKSRC= ${WRKDIR}/Etoile/ +WRKSRC= ${WRKDIR}/Etoile-${PORTVERSION} USE_GNUSTEP_MAKE_DIRS+= Frameworks/EtoileUI .include <bsd.port.mk> |