![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / devel / devhelp / Makefile (download)
Revision 1.31, Sat Mar 4 21:29:14 2006 UTC (17 years, 9 months ago) by jlam
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers. |
# $NetBSD: Makefile,v 1.31 2006/03/04 21:29:14 jlam Exp $ DISTNAME= devhelp-0.7 PKGREVISION= 14 CATEGORIES= devel x11 MASTER_SITES= ${MASTER_SITE_GNOME:=sources/devhelp/0.7/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.imendio.com/projects/devhelp/ COMMENT= Documentation viewer based on GNOME2 USE_DIRS+= gnome2-1.5 USE_TOOLS+= gmake perl pkg-config USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-html-widget=gtkhtml2 BUILDLINK_TRANSFORM+= rm:-DG_DISABLE_DEPRECATED BUILDLINK_TRANSFORM+= rm:-DGTK_DISABLE_DEPRECATED .include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/glib2/buildlink3.mk" .include "../../devel/libgnome/buildlink3.mk" .include "../../devel/libgnomeui/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" .include "../../textproc/intltool/buildlink3.mk" .include "../../www/libgtkhtml/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/devhelp ${INSTALL_DATA} ${WRKSRC}/misc/devhelp.el ${WRKSRC}/misc/devhelp.vim \ ${PREFIX}/share/examples/devhelp ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/devhelp cd ${WRKSRC} && ${INSTALL_DATA} AUTHORS COPYING ChangeLog README TODO \ ${PREFIX}/share/doc/devhelp .include "../../mk/bsd.pkg.mk"