blob: 1fcd1838f2fbdee3ee68d923e4f92891ba1822d4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: Makefile,v 1.8 2004/10/03 00:18:40 tv Exp $
#
PKGREVISION= 1
.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"
|