diff options
Diffstat (limited to 'x11-themes/etoile-camaelon/Makefile')
-rw-r--r-- | x11-themes/etoile-camaelon/Makefile | 23 |
1 files changed, 15 insertions, 8 deletions
diff --git a/x11-themes/etoile-camaelon/Makefile b/x11-themes/etoile-camaelon/Makefile index 32760a523e08..8a2801c1e5ee 100644 --- a/x11-themes/etoile-camaelon/Makefile +++ b/x11-themes/etoile-camaelon/Makefile @@ -6,17 +6,15 @@ # PORTNAME= camaelon -PORTVERSION= 0.1.${SNAPSHOT} +PORTVERSION= 0.2 CATEGORIES= x11-themes 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 Camaelon bundle -USE_BZIP2= yes USE_GNUSTEP= yes USE_GNUSTEP_PREFIX= yes USE_GNUSTEP_BACK= yes @@ -24,9 +22,18 @@ USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} -SNAPSHOT= 20061221 -WRKSRC= ${WRKDIR}/Etoile/ +CONFLICTS= camaelon-nesedah-* + +WRKSRC= ${WRKDIR}/Etoile-${PORTVERSION} USE_GNUSTEP_MAKE_DIRS+= Bundles/Camaelon -MAKE_ENV+= GNUSTEP_INSTALLATION_DOMAIN=SYSTEM + +post-install: + @${CAT} ${PKGMESSAGE} + +install-user: + @(. ${SYSMAKEDIR}/GNUstep.sh && defaults write Camaelon Theme Nesedah) + +deinstall-user: + @(. ${SYSMAKEDIR}/GNUstep.sh && defaults delete Camaelon Theme) .include <bsd.port.mk> |