blob: d02e021e34d97488902f5f6d034ac2645154240a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.10 2008/07/14 12:56:20 joerg Exp $
#
PKGREVISION= 2
PKG_DESTDIR_SUPPORT= user-destdir
.include "Makefile.common"
COMMENT= Library to display shaped text on your X display
CONFIGURE_ENV+= XOSD_XMMS_PLUGIN=NO
CONFIGURE_ARGS+= --disable-gdk_pixbuftest
CONFIGURE_ARGS+= --disable-new-plugin
.include "../../mk/bsd.pkg.mk"
|