aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/lxappearance/Makefile
blob: a29587cfe40d8bac5caa0007d277327b29b4f696 (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
29
30
31
32
33
# New ports collection makefile for:   lxappearance
# Date created:                2008/06/20
# Whom:                        chinsan
#
# $FreeBSD$
#

PORTNAME=	lxappearance
PORTVERSION=	0.5.1
CATEGORIES=	x11-themes gnome
MASTER_SITES=	SF/lxde/LXAppearance

MAINTAINER=	pawel@FreeBSD.org
COMMENT=	A desktop-independent theme switcher for GTK+

LICENSE=	GPLv2

USE_GNOME=	gnomehack gtk20 intlhack
USE_GETTEXT=	yes
USE_GMAKE=	yes
GNU_CONFIGURE=	yes
MAKE_JOBS_SAFE=	yes

MAN1=		lxappearance.1

.include <bsd.port.pre.mk>

# earlier versions don't have mkdtemp(3) in stdlib.h
.if ${OSVERSION} < 800000
EXTRA_PATCHES+=	${FILESDIR}/extra-src-utils.c
.endif

.include <bsd.port.post.mk>