6d9af8d68d
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
36 lines
967 B
Makefile
36 lines
967 B
Makefile
# $NetBSD: Makefile,v 1.17 2004/01/03 18:49:37 reed Exp $
|
|
|
|
DISTNAME= bonobo-conf-0.14
|
|
PKGREVISION= 7
|
|
CATEGORIES= devel gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/bonobo-conf/0.14/}
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://www.gnome.org/
|
|
COMMENT= Bonobo configuration system
|
|
|
|
BUILD_USES_MSGFMT= YES
|
|
|
|
USE_BUILDLINK2= YES
|
|
USE_PKGLOCALEDIR= YES
|
|
USE_X11BASE= YES
|
|
USE_GMAKE= YES
|
|
GNU_CONFIGURE= YES
|
|
|
|
USE_LIBTOOL= YES
|
|
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/bonobo-conf
|
|
.for doc in bonobo-conf.pdf bonobo-conf.sgml
|
|
${INSTALL_DATA} ${WRKSRC}/doc/${doc} ${PREFIX}/share/doc/bonobo-conf
|
|
.endfor
|
|
|
|
.include "../../devel/gettext-lib/buildlink2.mk"
|
|
.include "../../devel/bonobo/buildlink2.mk"
|
|
.include "../../devel/GConf/buildlink2.mk"
|
|
.include "../../devel/popt/buildlink2.mk"
|
|
.include "../../devel/oaf/buildlink2.mk"
|
|
.include "../../graphics/gdk-pixbuf/buildlink2.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|