summaryrefslogtreecommitdiff
path: root/x11-wm/enlightenment-devel/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2001-01-09 13:45:13 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2001-01-09 13:45:13 +0000
commitfa6417a74e9c9b43fb1967c9318c17d9f435f98b (patch)
treebe33d51aab88395922a0fd6170375671cafc5a5e /x11-wm/enlightenment-devel/Makefile
parentRemove an extraneous 'perl5' word on the BUILD_DEPENDS line. (diff)
Add zh_TW.Big5 locale config files.
Diffstat (limited to 'x11-wm/enlightenment-devel/Makefile')
-rw-r--r--x11-wm/enlightenment-devel/Makefile17
1 files changed, 16 insertions, 1 deletions
diff --git a/x11-wm/enlightenment-devel/Makefile b/x11-wm/enlightenment-devel/Makefile
index 803f99ecfda7..e97ab27fdef4 100644
--- a/x11-wm/enlightenment-devel/Makefile
+++ b/x11-wm/enlightenment-devel/Makefile
@@ -7,11 +7,21 @@
PORTNAME= enlightenment
PORTVERSION= 0.16.5
+PORTREVISION= 1
CATEGORIES= x11-wm
MASTER_SITES= ftp://ftp.enlightenment.org/pub/enlightenment/enlightenment/ \
ftp://ftp.dti.ad.jp/pub/X/enlightenment/enlightenment/ \
ftp://ftp.enlighte.nu/pub/Enlightenment/Enlightenment/ \
- ftp://beaver.its.vu.edu.au/pub/enlightenment/
+ ftp://beaver.its.vu.edu.au/pub/enlightenment/ \
+ ftp://freebsd.sinica.edu.tw/pub/clive/
+# ${MASTER_SITE_LOCAL}
+#MASTER_SITE_SUBDIR= vanilla
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
+ Aqua.etheme \
+ BlueSteel.etheme.zh_TW.Big5 \
+ BrushedMetal-Tigert.etheme.zh_TW.Big5 \
+ ShinyMetal.etheme.zh_TW.Big5
+EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= vanilla@FreeBSD.org
@@ -31,6 +41,11 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
MAN1= enlightenment.1
+pre-build:
+.for i in Aqua.etheme BlueSteel.etheme.zh_TW.Big5 BrushedMetal-Tigert.etheme.zh_TW.Big5 ShinyMetal.etheme.zh_TW.Big5
+ ${CP} ${DISTDIR}/$i ${WRKSRC}/src/themes
+.endfor
+
post-install:
${CHOWN} -R root:wheel ${PREFIX}/share/enlightenment/themes
${CHMOD} -R a+rX ${PREFIX}/share/enlightenment/themes