18 lines
426 B
Makefile
18 lines
426 B
Makefile
# $NetBSD: Makefile,v 1.10 2012/10/23 19:51:30 asau Exp $
|
|
|
|
WBM_NAME= apache
|
|
|
|
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"
|