danj 1991058dbd Remove unresponsive maintainers
If somebody is removed who actually wants maintainer and either
didn't receive the mail, or didn't bother to reply to it, they are
free to send a diff to reinstate.

ok sthen@, jca@
2019-07-17 14:49:19 +00:00

33 lines
692 B
Makefile

# $OpenBSD: Makefile,v 1.6 2019/07/17 14:49:20 danj Exp $
PKG_ARCH= *
COMMENT= Asterisk 1.4 PBX configuration guide, 2nd ed.
DISTNAME= AsteriskGuideFree87P
PKGNAME= AsteriskGuide-2.0
EXTRACT_SUFX= .pdf
EXTRACT_ONLY=
REVISION= 0
CATEGORIES= books telephony
HOMEPAGE= http://www.asteriskguide.com/
# CC-Attribution-NonCommercial-NoDerivs
# see page vii of the PDF
PERMIT_PACKAGE= Yes
MASTER_SITES= https://spacehopper.org/mirrors/ \
${HOMEPAGE}pdf/
NO_BUILD= Yes
NO_TEST= Yes
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/AsteriskGuide
${INSTALL_DATA} ${FULLDISTDIR}/${DISTFILES} \
${PREFIX}/share/doc/AsteriskGuide/AsteriskGuide.pdf
.include <bsd.port.mk>