From bfdee7f88d1ff4503f17f4c4870fa2f0882e1aec Mon Sep 17 00:00:00 2001 From: pav Date: Mon, 29 Mar 2004 18:37:40 +0000 Subject: - Respect rule that Makefiles should end with .include PR: ports/64877 Submitted by: Tom McLaughlin (maintainer) --- x11-themes/gnome-icons/Makefile | 2 +- x11-themes/gnome-icons/Makefile.icons | 32 ------------------------------- x11-themes/gnome-icons/bsd.gnome-icons.mk | 30 +++++++++++++++++++++++++++++ 3 files changed, 31 insertions(+), 33 deletions(-) delete mode 100644 x11-themes/gnome-icons/Makefile.icons create mode 100644 x11-themes/gnome-icons/bsd.gnome-icons.mk (limited to 'x11-themes/gnome-icons') diff --git a/x11-themes/gnome-icons/Makefile b/x11-themes/gnome-icons/Makefile index 8d441a7eec1b..1056c2d109d0 100644 --- a/x11-themes/gnome-icons/Makefile +++ b/x11-themes/gnome-icons/Makefile @@ -7,7 +7,7 @@ # Port logic gratuitously stolen from x11-themes/kde-icons-noia by # lioux@. If it's not defined here and you think it should be, check -# x11-themes/gnome-icons/Makefile.icons for it. +# x11-themes/gnome-icons/bsd.gnome-icons.mk for it. PORTNAME= gnome-icons PORTVERSION= 20040229 diff --git a/x11-themes/gnome-icons/Makefile.icons b/x11-themes/gnome-icons/Makefile.icons deleted file mode 100644 index 29a61c824c38..000000000000 --- a/x11-themes/gnome-icons/Makefile.icons +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: Gnome iconset -# Date created: 29 Feb 2004 -# Whom: Tom McLaughlin -# -# $FreeBSD$ -# - -# Port logic gratuitously stolen from x11-themes/kde-icons-noia by -# lioux@. - -PKGNAMEPREFIX= gnome-icons- -MASTER_SITES?= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR?= teams/art.gnome.org/themes/icon - -NO_BUILD= yes -USE_SIZE= yes - -REASON= Themes may contain artwork not done by the author. \ - Keep FreeBSD safe if theme author violated copyrights. - -USE_X_PREFIX= yes - -do-install: - ${MKDIR} ${PREFIX}/share/icons/${PORTNAME} - cd ${WRKSRC} && ${FIND} . -type d ! -empty \ - -exec ${MKDIR} -m 0755 \ - ${PREFIX}/share/icons/${PORTNAME}/"{}" \; - cd ${WRKSRC} && ${FIND} . -type f \ - -exec ${INSTALL_DATA} ${WRKSRC}/"{}" \ - ${PREFIX}/share/icons/${PORTNAME}/"{}" \; - -.include diff --git a/x11-themes/gnome-icons/bsd.gnome-icons.mk b/x11-themes/gnome-icons/bsd.gnome-icons.mk new file mode 100644 index 000000000000..51ffa0244054 --- /dev/null +++ b/x11-themes/gnome-icons/bsd.gnome-icons.mk @@ -0,0 +1,30 @@ +# New ports collection makefile for: Gnome iconset +# Date created: 29 Feb 2004 +# Whom: Tom McLaughlin +# +# $FreeBSD$ +# + +# Port logic gratuitously stolen from x11-themes/kde-icons-noia by +# lioux@. + +PKGNAMEPREFIX= gnome-icons- +MASTER_SITES?= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR?= teams/art.gnome.org/themes/icon + +NO_BUILD= yes +USE_SIZE= yes + +REASON= Themes may contain artwork not done by the author. \ + Keep FreeBSD safe if theme author violated copyrights. + +USE_X_PREFIX= yes + +do-install: + ${MKDIR} ${PREFIX}/share/icons/${PORTNAME} + cd ${WRKSRC} && ${FIND} . -type d ! -empty \ + -exec ${MKDIR} -m 0755 \ + ${PREFIX}/share/icons/${PORTNAME}/"{}" \; + cd ${WRKSRC} && ${FIND} . -type f \ + -exec ${INSTALL_DATA} ${WRKSRC}/"{}" \ + ${PREFIX}/share/icons/${PORTNAME}/"{}" \; -- cgit