blob: 3a43d929f110cf36e3dd1114baf63a8c1a8739a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.11 2009/02/03 19:59:41 shattered Exp $
#
#PKGREVISION= 1
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"
|