diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2014-06-03 04:49:02 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2014-06-03 04:49:02 +0000 |
commit | dda4a694f062105b3f9458543aeba24af8fd0c91 (patch) | |
tree | 5953f9d4db215780fa8933c5f5cb3a76e53a6a17 /x11-themes/gtk-milk-theme | |
parent | a4eb231d9e019fa99892798566eee6d89670476b (diff) |
Stagify and cleanup my remaining ports under
Notes
Notes:
svn path=/head/; revision=356282
Diffstat (limited to 'x11-themes/gtk-milk-theme')
-rw-r--r-- | x11-themes/gtk-milk-theme/Makefile | 13 | ||||
-rw-r--r-- | x11-themes/gtk-milk-theme/pkg-descr | 6 |
2 files changed, 8 insertions, 11 deletions
diff --git a/x11-themes/gtk-milk-theme/Makefile b/x11-themes/gtk-milk-theme/Makefile index 0702fc98b632..0bffd49b5174 100644 --- a/x11-themes/gtk-milk-theme/Makefile +++ b/x11-themes/gtk-milk-theme/Makefile @@ -12,16 +12,15 @@ PKGNAMESUFFIX= -theme DISTNAME= Milk-${PORTVERSION} MAINTAINER= danfe@FreeBSD.org -COMMENT= A port of Milk, Mac OS X theme - -TYPE?= gtk - -THEME_NAME= Milk +COMMENT= Port of Milk, Mac OS X theme USES= tar:bzip2 NO_BUILD= yes -.if ${TYPE} == "gtk" +TYPE?= gtk +THEME_NAME= Milk + +.if ${TYPE} == gtk THEME_DIR= ${PREFIX}/share/themes/${THEME_NAME} PLIST_SUB+= GTK20="" METACITY="@comment " USE_GNOME= gtk20 @@ -37,7 +36,7 @@ post-extract: do-install: @${MKDIR} ${STAGEDIR}${THEME_DIR} ${INSTALL_DATA} ${WRKSRC}/index.theme ${STAGEDIR}${THEME_DIR} -.if ${TYPE} == "gtk" +.if ${TYPE} == gtk cd ${WRKSRC} && ${COPYTREE_SHARE} gtk-2.0 ${STAGEDIR}${THEME_DIR} .else cd ${WRKSRC} && ${COPYTREE_SHARE} metacity-1 ${STAGEDIR}${THEME_DIR} diff --git a/x11-themes/gtk-milk-theme/pkg-descr b/x11-themes/gtk-milk-theme/pkg-descr index 9a539f729052..3ae7b3333394 100644 --- a/x11-themes/gtk-milk-theme/pkg-descr +++ b/x11-themes/gtk-milk-theme/pkg-descr @@ -1,4 +1,2 @@ -Port of a Milk, Mac OS X theme originally made by Max Rudberg -(http://www.maxthemes.com). - -WWW: http://www.users.monornet.hu/linux/ +Port of a Milk, Mac OS X theme originally created by Max Rudberg +(http://www.maxrudberg.com/). |