aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/gtk-lila-theme-extras/Makefile
blob: 051ed3868f1e961b1dab57296dc4c3636563b1ef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# New ports collection makefile for:	gtk-lila-theme
# Date Created:				2 Feb 2005
# Whom:					Filippo Natali <filippo@widestore.net>
#
# $FreeBSD$
#

PORTNAME=	gtk-lila-theme-extras
PORTVERSION=	0.4.5
PORTREVISION=	4
CATEGORIES=	x11-themes gnome
MASTER_SITES=	http://lila-theme.uni.cc/files/tarballs/
DISTNAME=	lila-gtk-extras-${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	GTK+ 2.0 Lila additional themes

WRKSRC=		${WRKDIR}/lila-gtk-extras

NO_BUILD=	yes
USE_GNOME=	gtk20
USE_BZIP2=	yes

do-install:
	@${FIND} ${WRKSRC} -type d -depth 1 \
		-exec ${CP} -r "{}" ${PREFIX}/share/themes/ \;

.include <bsd.port.mk>