- Add LICENSE
- Add NO_ARCH - Cosmetic fixes - Update WWW
This commit is contained in:
parent
d7e94dfcbb
commit
152695f66e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=445069
2 changed files with 7 additions and 6 deletions
|
@ -13,22 +13,23 @@ DISTNAME= Beastie-${PORTVERSION}
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Gnome theme with FreeBSD Colors
|
||||
|
||||
RUN_DEPENDS+= gtk-engines2>=2.7.4_1:x11-themes/gtk-engines2 \
|
||||
LICENSE= NONE
|
||||
|
||||
RUN_DEPENDS= gtk-engines2>=2.7.4_1:x11-themes/gtk-engines2 \
|
||||
gnome-themes>=2.11.91:x11-themes/gnome-themes
|
||||
|
||||
WRKSRC= ${WRKDIR}/Beastie
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
|
||||
THEME_FILES= README index.theme gtk-2.0/gtkrc
|
||||
THEME_DIR= share/themes/Beastie/
|
||||
PLIST_FILES= ${THEME_FILES:S|^|${THEME_DIR}|}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${STAGEDIR}${PREFIX}/${THEME_DIR}/gtk-2.0
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/${THEME_DIR}/gtk-2.0
|
||||
.for f in ${THEME_FILES}
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/${THEME_DIR}/${f}
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
GNOME theme with FreeBSD colors
|
||||
|
||||
WWW: http://people.freebsd.org/~ahze/Beastie/
|
||||
WWW: https://people.freebsd.org/~ahze/Beastie/
|
||||
|
|
Loading…
Reference in a new issue