blob: 6744c8339156ddde3233b2abebdfea01309f302b (
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
34
|
# New ports collection makefile for: lxappearance
# Date created: 2008/06/20
# Whom: chinsan
#
# $FreeBSD$
#
PORTNAME= lxappearance
PORTVERSION= 0.5.2
PORTREVISION= 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>
|