b052670d0f
changes: translation updates
27 lines
770 B
Makefile
27 lines
770 B
Makefile
# $NetBSD: Makefile,v 1.43 2006/08/03 17:39:29 drochner Exp $
|
|
#
|
|
|
|
DISTNAME= libwnck-2.14.3
|
|
CATEGORIES= devel x11 gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libwnck/2.14/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= jmmv@NetBSD.org
|
|
HOMEPAGE= http://www.gnome.org/
|
|
COMMENT= Library to write pagers and tasklists
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_TOOLS+= gmake intltool msgfmt pkg-config
|
|
USE_LIBTOOL= yes
|
|
|
|
PKGCONFIG_OVERRIDE= libwnck-1.0.pc.in
|
|
|
|
CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../devel/pango/buildlink3.mk"
|
|
.include "../../x11/startup-notification/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|