blob: dc10bdb6150c996aa6e109f2da5f958da096d96b (
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
|
# 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
USE_ICONV= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
DATADIR= ${PREFIX}/share/lxde
INSTALLS_ICONS= YES
.include <bsd.port.mk>
|