33 lines
988 B
Makefile
33 lines
988 B
Makefile
# $NetBSD: Makefile,v 1.16 2003/07/13 13:51:00 wiz Exp $
|
|
#
|
|
|
|
.include "../../devel/GConf2/Makefile.common"
|
|
|
|
PKGNAME= ${DISTNAME:S/GConf/GConf2/}
|
|
PKGREVISION= 2
|
|
|
|
USE_PKGINSTALL= YES
|
|
|
|
CONFIGURE_ENV+= PKG_USE_GTK=no
|
|
|
|
OWN_DIRS= ${PKG_SYSCONFDIR}/2
|
|
OWN_DIRS+= ${PKG_SYSCONFDIR}/gconf.xml.defaults
|
|
OWN_DIRS+= ${PKG_SYSCONFDIR}/gconf.xml.mandatory
|
|
|
|
EGDIR= ${PREFIX}/share/examples/GConf2
|
|
CONF_FILES= ${EGDIR}/path ${PKG_SYSCONFDIR}/2/path
|
|
|
|
# XXX: We need to use XML_CATALOGS here to register the installed DTD.
|
|
# But we have to wait until a public identifier is choosen for it.
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/gconf/schemas
|
|
|
|
.include "../../devel/gettext-lib/buildlink2.mk"
|
|
.include "../../devel/glib2/buildlink2.mk"
|
|
.include "../../devel/popt/buildlink2.mk"
|
|
.include "../../net/ORBit2/buildlink2.mk"
|
|
.include "../../net/linc/buildlink2.mk"
|
|
.include "../../textproc/libxml2/buildlink2.mk"
|
|
.include "../../textproc/xmlcatmgr/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|