Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
# $NetBSD: Makefile,v 1.11 2012/12/22 00:52:34 dholland Exp $
WBM_NAME= apache
PKGREVISION= 1
COMMENT= Webmin module for configuring Apache servers
.include "../../sysutils/webmin/wbm.mk"
CONF_FILES+= ${WBM_EGDIR}/${WBM_NAME}/site \
${PKG_SYSCONFDIR}/${WBM_NAME}/site
post-build:
${TOUCH} ${TOUCH_ARGS} ${WRKDIR}/site
post-install:
${INSTALL_DATA} ${WRKDIR}/site ${DESTDIR}${WBM_EGDIR}/${WBM_NAME}/site
.include "../../mk/bsd.pkg.mk"