27 lines
696 B
Makefile
27 lines
696 B
Makefile
# $NetBSD: Makefile,v 1.5 2006/06/20 17:49:56 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= exo-0.3.0
|
|
PKGREVISION= 3
|
|
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 msgfmt
|
|
|
|
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"
|