![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / www / websvn / Makefile (download)
Revision 1.13, Sat Mar 4 21:31:04 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.13 2006/03/04 21:31:04 jlam Exp $ # DISTNAME= WebSVN_161 PKGNAME= websvn-1.61 PKGREVISION= 5 CATEGORIES= www MASTER_SITES= http://websvn.tigris.org/files/documents/1380/14334/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://websvn.tigris.org/ COMMENT= Subversion repository web frontend DEPENDS+= ap{,2}-php>=4.0.0:../../www/ap-php DEPENDS+= php-zlib-[0-9]*:../../archivers/php-zlib WRKSRC= ${WRKDIR}/WebSVN NO_BUILD= yes PKG_SYSCONFDIR.websvn= ${PREFIX}/${HTTPD_ROOT}/websvn/include MESSAGE_SUBST+= PKGBASE=${PKGBASE} MESSAGE_SUBST+= HTTPD_ROOT=${HTTPD_ROOT} PLIST_SUBST+= HTTPD_ROOT=${HTTPD_ROOT:Q} HTTPD_ROOT?= share/httpd/htdocs BUILD_DEFS+= HTTPD_ROOT EGDIR= ${PREFIX}/share/examples/${PKGBASE} REQD_DIRS= ${PREFIX}/${HTTPD_ROOT}/websvn/include CONF_FILES= ${EGDIR}/distconfig.inc ${PKG_SYSCONFDIR}/config.inc INSTALLATION_DIRS= ${HTTPD_ROOT}/websvn share/examples/${PKGBASE} do-install: ${INSTALL_DATA} ${WRKSRC}/include/distconfig.inc ${EGDIR} cd ${WRKSRC} && ${PAX} -rwppm . ${PREFIX}/${HTTPD_ROOT}/websvn post-install: ${RM} ${PREFIX}/${HTTPD_ROOT}/websvn/include/distconfig.inc .include "../../mk/bsd.pkg.mk"