View | Details | Raw Unified | Return to bug 64877
Collapse All | Expand All

(-)x11-themes/gnome-icons/Makefile.icons (-32 lines)
Lines 1-32 Link Here
1
# New ports collection makefile for:	Gnome iconset
2
# Date created:				29 Feb 2004
3
# Whom:					Tom McLaughlin <tmclaugh@sdf.lonestar.org>
4
#
5
# $FreeBSD: ports/x11-themes/gnome-icons/Makefile.icons,v 1.1 2004/03/04 19:32:17 pav Exp $
6
#
7
8
# Port logic gratuitously stolen from x11-themes/kde-icons-noia by
9
# lioux@.
10
11
PKGNAMEPREFIX=	gnome-icons-
12
MASTER_SITES?=	${MASTER_SITE_GNOME}
13
MASTER_SITE_SUBDIR?=	teams/art.gnome.org/themes/icon
14
15
NO_BUILD=	yes
16
USE_SIZE=	yes
17
18
REASON=		Themes may contain artwork not done by the author. \
19
		Keep FreeBSD safe if theme author violated copyrights.
20
21
USE_X_PREFIX=	yes
22
23
do-install:
24
	${MKDIR} ${PREFIX}/share/icons/${PORTNAME}
25
	cd ${WRKSRC} && ${FIND} . -type d ! -empty \
26
		-exec ${MKDIR} -m 0755 \
27
		${PREFIX}/share/icons/${PORTNAME}/"{}" \;
28
	cd ${WRKSRC} && ${FIND} . -type f \
29
		-exec ${INSTALL_DATA} ${WRKSRC}/"{}" \
30
		${PREFIX}/share/icons/${PORTNAME}/"{}" \;
31
32
.include <bsd.port.mk>
(-)x11-themes/gnome-icons/bsd.gome-icons.mk (+30 lines)
Line 0 Link Here
1
# New ports collection makefile for:	Gnome iconset
2
# Date created:				29 Feb 2004
3
# Whom:					Tom McLaughlin <tmclaugh@sdf.lonestar.org>
4
#
5
# $FreeBSD: ports/x11-themes/gnome-icons/Makefile.icons,v 1.1 2004/03/04 19:32:17 pav Exp $
6
#
7
8
# Port logic gratuitously stolen from x11-themes/kde-icons-noia by
9
# lioux@.
10
11
PKGNAMEPREFIX=	gnome-icons-
12
MASTER_SITES?=	${MASTER_SITE_GNOME}
13
MASTER_SITE_SUBDIR?=	teams/art.gnome.org/themes/icon
14
15
NO_BUILD=	yes
16
USE_SIZE=	yes
17
18
REASON=		Themes may contain artwork not done by the author. \
19
		Keep FreeBSD safe if theme author violated copyrights.
20
21
USE_X_PREFIX=	yes
22
23
do-install:
24
	${MKDIR} ${PREFIX}/share/icons/${PORTNAME}
25
	cd ${WRKSRC} && ${FIND} . -type d ! -empty \
26
		-exec ${MKDIR} -m 0755 \
27
		${PREFIX}/share/icons/${PORTNAME}/"{}" \;
28
	cd ${WRKSRC} && ${FIND} . -type f \
29
		-exec ${INSTALL_DATA} ${WRKSRC}/"{}" \
30
		${PREFIX}/share/icons/${PORTNAME}/"{}" \;
(-)x11-themes/gnome-icons-aqua-fusion/Makefile (-1 / +2 lines)
Lines 24-27 Link Here
24
USE_BZIP2=	yes
24
USE_BZIP2=	yes
25
WRKSRC=		"${WRKDIR}/AquaFusion"
25
WRKSRC=		"${WRKDIR}/AquaFusion"
26
26
27
.include "${.CURDIR}/../gnome-icons/Makefile.icons"
27
.include "${.CURDIR}/../gnome-icons/bsd.gome-icons.mk"
28
.include <bsd.port.mk>
(-)x11-themes/gnome-icons-cool-gorilla/Makefile (-1 / +2 lines)
Lines 24-27 Link Here
24
USE_BZIP2=	yes
24
USE_BZIP2=	yes
25
WRKSRC=		"${WRKDIR}/CoolGorilla-ICONS"
25
WRKSRC=		"${WRKDIR}/CoolGorilla-ICONS"
26
26
27
.include "${.CURDIR}/../gnome-icons/Makefile.icons"
27
.include "${.CURDIR}/../gnome-icons/bsd.gome-icons.mk"
28
.include <bsd.port.mk>
(-)x11-themes/gnome-icons-crystal/Makefile (-1 / +2 lines)
Lines 24-27 Link Here
24
USE_BZIP2=	yes
24
USE_BZIP2=	yes
25
WRKSRC=		"${WRKDIR}/${PORTNAME}"
25
WRKSRC=		"${WRKDIR}/${PORTNAME}"
26
26
27
.include "${.CURDIR}/../gnome-icons/Makefile.icons"
27
.include "${.CURDIR}/../gnome-icons/bsd.gome-icons.mk"
28
.include <bsd.port.mk>
(-)x11-themes/gnome-icons-gentoo-test/Makefile (-1 / +2 lines)
Lines 24-27 Link Here
24
USE_BZIP2=	yes
24
USE_BZIP2=	yes
25
WRKSRC=		"${WRKDIR}/Gentoo-test"
25
WRKSRC=		"${WRKDIR}/Gentoo-test"
26
26
27
.include "${.CURDIR}/../gnome-icons/Makefile.icons"
27
.include "${.CURDIR}/../gnome-icons/bsd.gome-icons.mk"
28
.include <bsd.port.mk>
(-)x11-themes/gnome-icons-iris/Makefile (-1 / +2 lines)
Lines 24-27 Link Here
24
USE_BZIP2=	yes
24
USE_BZIP2=	yes
25
WRKSRC=		"${WRKDIR}/Iris"
25
WRKSRC=		"${WRKDIR}/Iris"
26
26
27
.include "${.CURDIR}/../gnome-icons/Makefile.icons"
27
.include "${.CURDIR}/../gnome-icons/bsd.gome-icons.mk"
28
.include <bsd.port.mk>
(-)x11-themes/gnome-icons-noia-full/Makefile (-1 / +2 lines)
Lines 24-27 Link Here
24
USE_BZIP2=	yes
24
USE_BZIP2=	yes
25
WRKSRC=		"${WRKDIR}/Noia"
25
WRKSRC=		"${WRKDIR}/Noia"
26
26
27
.include "${.CURDIR}/../gnome-icons/Makefile.icons"
27
.include "${.CURDIR}/../gnome-icons/bsd.gome-icons.mk"
28
.include <bsd.port.mk>
(-)x11-themes/gnome-icons-noia-warm/Makefile (-1 / +2 lines)
Lines 24-27 Link Here
24
USE_BZIP2=	yes
24
USE_BZIP2=	yes
25
WRKSRC=		"${WRKDIR}/NoiaWarm"
25
WRKSRC=		"${WRKDIR}/NoiaWarm"
26
26
27
.include "${.CURDIR}/../gnome-icons/Makefile.icons"
27
.include "${.CURDIR}/../gnome-icons/bsd.gome-icons.mk"
28
.include <bsd.port.mk>
(-)x11-themes/gnome-icons-refined/Makefile (-1 / +2 lines)
Lines 23-26 Link Here
23
23
24
WRKSRC=		"${WRKDIR}/gnome-rh8"
24
WRKSRC=		"${WRKDIR}/gnome-rh8"
25
25
26
.include "${.CURDIR}/../gnome-icons/Makefile.icons"
26
.include "${.CURDIR}/../gnome-icons/bsd.gome-icons.mk"
27
.include <bsd.port.mk>
(-)x11-themes/gnome-icons-slick/Makefile (-1 / +2 lines)
Lines 24-27 Link Here
24
USE_BZIP2=	yes
24
USE_BZIP2=	yes
25
WRKSRC=		"${WRKDIR}/Slick"
25
WRKSRC=		"${WRKDIR}/Slick"
26
26
27
.include "${.CURDIR}/../gnome-icons/Makefile.icons"
27
.include "${.CURDIR}/../gnome-icons/bsd.gome-icons.mk"
28
.include <bsd.port.mk>
(-)x11-themes/gnome-icons-snow-apple/Makefile (-1 / +2 lines)
Lines 23-26 Link Here
23
23
24
WRKSRC=		"${WRKDIR}/Snow-Apple"
24
WRKSRC=		"${WRKDIR}/Snow-Apple"
25
25
26
.include "${.CURDIR}/../gnome-icons/Makefile.icons"
26
.include "${.CURDIR}/../gnome-icons/bsd.gome-icons.mk"
27
.include <bsd.port.mk>
(-)x11-themes/gnome-icons-stylish/Makefile (-1 / +2 lines)
Lines 23-26 Link Here
23
23
24
WRKSRC=		"${WRKDIR}/${PORTNAME}"
24
WRKSRC=		"${WRKDIR}/${PORTNAME}"
25
25
26
.include "${.CURDIR}/../gnome-icons/Makefile.icons"
26
.include "${.CURDIR}/../gnome-icons/bsd.gome-icons.mk"
27
.include <bsd.port.mk>
(-)x11-themes/gnome-icons-ximian-south/Makefile (-1 / +2 lines)
Lines 23-26 Link Here
23
23
24
WRKSRC=		"${WRKDIR}/${PORTNAME}"
24
WRKSRC=		"${WRKDIR}/${PORTNAME}"
25
25
26
.include "${.CURDIR}/../gnome-icons/Makefile.icons"
26
.include "${.CURDIR}/../gnome-icons/bsd.gome-icons.mk"
27
.include <bsd.port.mk>

Return to bug 64877