diff Makefile @ 110:af4eeb94144a

Begin bsmtp2dma tool
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 14 Oct 2019 09:47:34 +0200
parents aa353a3e13e5
children 78a0f6c19da3
line wrap: on
line diff
--- a/Makefile	Tue Oct 08 09:35:30 2019 +0200
+++ b/Makefile	Mon Oct 14 09:47:34 2019 +0200
@@ -30,7 +30,7 @@
 
 do-extract:
 	${MKDIR} ${WRKSRC}/bin
-.for _rp in bin/check-ports bin/fjail bin/fpkg
+.for _rp in bin/check-ports bin/fjail bin/fpkg bin/bsmtp2dma
 	${CP} -v ${SRC}/${_rp} ${WRKSRC}/${_rp}
 	${SED} -i "" -E -e "s|\\\$$Date\\\$$|\$$Date: ${HGDATE} \$$|" ${WRKSRC}/${_rp}
 	${SED} -i "" -E -e "s|\\\$$Revision\\\$$|\$$Revision: ${HGREVISION} \$$|" ${WRKSRC}/${_rp}
@@ -46,18 +46,18 @@
 	${SED} -i "" -e "s|@@PKGORIGIN@@|${PKGORIGIN}|" ${WRKSRC}/${_rp}
 .endfor
 	${MKDIR} ${WRKSRC}/etc
-.for _ef in etc/package-mapping.conf.sample etc/tools.conf.sample
+.for _ef in etc/package-mapping.conf.sample etc/tools.conf.sample etc/bsmtp2dma.conf.sample
 	${CP} -v ${SRC}/${_ef} ${WRKSRC}/${_ef}
 	${SED} -i "" -e "s|\\\$$HGid\\\$$|\$$HGid: ${HGPATH}/${_ef} ${HGREVISION} ${HGDATE} ${HGAUTHOR} ${HGPHASE} \$$|" ${WRKSRC}/${_ef}
 	${SED} -i "" -e "s|@@PKGORIGIN@@|${PKGORIGIN}|" ${WRKSRC}/${_ef}
 .endfor
 
 do-install:
-.for _rp in bin/check-ports bin/fjail bin/fpkg
+.for _rp in bin/check-ports bin/fjail bin/fpkg bin/bsmtp2dma
 	${INSTALL_SCRIPT} ${WRKSRC}/${_rp} ${STAGEDIR}${PREFIX}/${_rp}
 .endfor
 	${MKDIR} ${STAGEDIR}${ETCDIR}
-.for _ef in package-mapping.conf.sample tools.conf.sample
+.for _ef in package-mapping.conf.sample tools.conf.sample bsmtp2dma.conf.sample
 	${INSTALL_DATA} ${WRKSRC}/etc/${_ef} ${STAGEDIR}${ETCDIR}/${_ef}
 .endfor