summaryrefslogtreecommitdiff
path: root/x11-themes/lxde-icon-theme/Makefile
blob: 2c5be6b03b442dfe110b44e5fe686c4e3e2f8dbe (plain)
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
# New ports collection makefile for:   lxde-icon-theme
# Date created:                09/23/2010
# Whom:                        Kris Moore <kmoore@freebsd.org>
#
# $FreeBSD$
#

PORTNAME=	lxde-icon-theme
PORTVERSION=	0.0.1
PORTREVISION=	1
CATEGORIES=	x11-themes
MASTER_SITES=	SF/lxde/LXDE%20Icon%20Theme/lxde-icon-theme-${PORTVERSION}

MAINTAINER=	kmoore@FreeBSD.org
COMMENT=	LXDE Icon Theme

USE_BZIP2=	YES
USE_GMAKE=	yes
USES=		iconv
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--prefix=${PREFIX}

DATADIR=	${PREFIX}/share/lxde
INSTALLS_ICONS=	YES

.include <bsd.port.mk>