pkgsrc/www/apc-gui/Makefile
jlam 9c8b5ede43 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.
2006-03-04 21:28:51 +00:00

45 lines
1.3 KiB
Makefile

# $NetBSD: Makefile,v 1.18 2006/03/04 21:30:57 jlam Exp $
DISTNAME= apc_gui-1.0.3
PKGNAME= ${DISTNAME:S/_/-/}
PKGREVISION= 4
CATEGORIES= www
MASTER_SITES= http://apc.neuropeans.com/download/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://apc.neuropeans.com/
COMMENT= Web interface for managing APC (php-apc)
PHP_VERSION_REQD= 4
DEPENDS+= php-apc>=1.1.0.1:../../www/php4-apc
DEPENDS+= php-gd-4.[0-9]*:../../graphics/php-gd
NO_BUILD= YES
PKG_SYSCONFSUBDIR?= httpd
APC_GUI_DIR= ${PREFIX}/share/apc-gui
EGDIR= ${PREFIX}/share/examples/apc-gui
PLIST_SUBST+= PKGBASE=${PKGBASE:Q}
MESSAGE_SUBST+= APC_GUI_DIR=${APC_GUI_DIR}
CONF_FILES= ${EGDIR}/apc_gui.conf ${PKG_SYSCONFDIR}/apc_gui.conf
CONF_FILES+= /dev/null ${APC_GUI_DIR}/apc_config_local.php
SUBST_CLASSES+= paths
SUBST_FILES.paths= ${WRKDIR}/apc_gui.conf.dist
SUBST_SED.paths+= -e 's,@PREFIX@,${PREFIX},g'
SUBST_SED.paths+= -e 's,@APC_GUI_DIR@,${APC_GUI_DIR},g'
SUBST_STAGE.paths= post-patch
post-extract:
${CP} ${FILESDIR}/apc_gui.conf.dist ${WRKDIR}
do-install:
${INSTALL_DATA_DIR} ${APC_GUI_DIR}
${INSTALL_DATA_DIR} ${EGDIR}
${INSTALL_DATA} ${WRKDIR}/apc_gui.conf.dist ${EGDIR}/apc_gui.conf
${CP} -R ${WRKSRC}/* ${APC_GUI_DIR}
${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${APC_GUI_DIR}
.include "../../mk/bsd.pkg.mk"