aboutsummaryrefslogtreecommitdiff
path: root/x11/lxpanel/Makefile
blob: 94dc5d5380f8ae0331186de86f0154f912951584 (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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# New ports collection makefile for:	lxpanel
# Date created:		Sat Oct 7 01:22:35 CST 2006
# Whom:			Lin, Cheng-Tao <b89605222@ntu.edu.tw>
#
# $FreeBSD$
#

PORTNAME=	lxpanel
PORTVERSION=	0.5.8
PORTREVISION=	2
CATEGORIES=	x11
MASTER_SITES=	SF/lxde/LXPanel%20%28desktop%20panel%29/LXPanel%20${PORTVERSION}

MAINTAINER=	kmoore@FreeBSD.org
COMMENT=	LXPanel is a lightweight X11 desktop panel

LIB_DEPENDS=	menu-cache.1:${PORTSDIR}/x11/menu-cache
RUN_DEPENDS=	${LOCALBASE}/share/desktop-directories/lxde-audio-video.directory:${PORTSDIR}/x11/lxmenu-data

OPTIONS=	ALSA "enable ALSA audio architecture support" Off \
		NLS "NLS support" On

USE_XORG=	x11 xmu
USE_GNOME=	gnomehack gtk20 pkgconfig
GNU_CONFIGURE=	yes
USE_AUTOTOOLS=	automake:env
CONFIGURE_ARGS=	--prefix=${PREFIX} \
		--with-plugins=volume,deskno,kbled,xkb,batt\
		CPPFLAGS="-I${LOCALBASE}/include" \
		LDFLAGS="-L${LOCALBASE}/lib"
CFLAGS+=	-I${WRKSRC}
USE_GMAKE=	yes

MAN1=		lxpanel.1 lxpanelctl.1

.include <bsd.port.pre.mk>

.if defined(WITH_ALSA)
RUN_DEPENDS+=	${LINUXBASE}/lib/libasound.so.2:${PORTSDIR}/audio/linux-f10-alsa-lib
.else
CONFIGURE_ARGS+=--disable-alsa
.endif

.if !defined(WITHOUT_NLS)
USE_GETTEXT=	yes
PLIST_SUB+=	NLS=""
.else
CONFIGURE_ARGS+=--disable-nls
PLIST_SUB+=	NLS="@comment "
.endif

pre-patch:
	@${REINPLACE_CMD} -e 's,linux,sys,' \
		${WRKSRC}/src/plugins/volume/volume-impl.c
	@${REINPLACE_CMD} -e 's,$$(DATADIRNAME)/locale,share/locale,' \
		${WRKSRC}/po/Makefile.in.in

.include <bsd.port.post.mk>