summaryrefslogtreecommitdiff
path: root/x11/libexo/Makefile
blob: 911008c0029d355e65032f683417a7e47a4ed1e0 (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
27
# $NetBSD: Makefile,v 1.3 2006/02/05 23:11:39 joerg Exp $
#

DISTNAME=		exo-0.3.0
PKGREVISION=		2
CATEGORIES=		x11
MASTER_SITES=		http://download.berlios.de/xfce-goodies/
EXTRACT_SUFX=		.tar.bz2

MAINTAINER=		yui@yui.pe.kr
HOMEPAGE=		http://libexo.os-cillation.com/
COMMENT=		Extension library to Xfce

USE_PKGLOCALEDIR=	yes
USE_LIBTOOL=		yes
GNU_CONFIGURE=		yes
USE_X11=		yes
USE_TOOLS+=		pkg-config

PKGCONFIG_OVERRIDE+=	${WRKSRC}/exo/exo-0.3.pc.in

CONFIGURE_ARGS+=	--disable-python --with-html-dir=${PREFIX}/share/doc

.include "../../x11/gtk2/buildlink3.mk"
.include "../../x11/libxfce4gui/buildlink3.mk"
.include "../../x11/libxfce4util/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"