openbsd-ports/books/wndw/Makefile
sthen a8c3bbab40 Wireless Networking in the Developing World is a free book about
designing, implementing, and maintaining low-cost wireless networks.
Editions in English, Spanish, French, Arabic.

    * A Practical Introduction to Radio Physics
    * Network Design
    * Antennas & Transmission Lines
    * Networking Hardware
    * Security & Monitoring
    * Solar Power
    * Building an Outdoor Node
    * Troubleshooting
    * Economic Sustainability
    * Case Studies
    * Appendices
    * Glossary

Licensed under Creative Commons Attribution-ShareAlike 3.0
Rob Flickenger et al.

ok jasper
2008-06-26 08:49:37 +00:00

54 lines
1.3 KiB
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2008/06/26 08:49:37 sthen Exp $
COMMENT-main = Wireless Networking in the Developing World, English edition
COMMENT-es = Wireless Networking in the Developing World, Spanish edition
COMMENT-fr = Wireless Networking in the Developing World, French edition
COMMENT-ar = Wireless Networking in the Developing World, Arabic edition
PKGNAME-main = wndw-2.0
PKGNAME-es = wndw-es-2.0
PKGNAME-fr = wndw-fr-1.0
PKGNAME-ar = wndw-ar-1.0
DISTNAME = wndw
CATEGORIES = books net
# Creative Commons Attribution-ShareAlike 3.0
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
MULTI_PACKAGES =-main -es -fr -ar
MAINTAINER = Stuart Henderson <sthen@openbsd.org>
# Higher-quality printable PDFs are also available at the homepage.
HOMEPAGE = http://wndw.net/
MASTER_SITES = ${HOMEPAGE}pdf/wndw2-en/
MASTER_SITES0 = ${HOMEPAGE}pdf/wndw2-es/
MASTER_SITES1 = ${HOMEPAGE}pdf/wndw-fr/
MASTER_SITES2 = ${HOMEPAGE}pdf/wndw-ar/
DISTFILES = wndw2-ebook.pdf \
wndw2-es-ebook.pdf:0 \
wndw-fr-ebook.pdf:1 \
wndw-ar-ebook.pdf:2
EXTRACT_ONLY =
PKG_ARCH = *
NO_BUILD = Yes
NO_REGRESS = Yes
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/wndw
.for i in ${DISTFILES:C/\:[0-9]//}
${INSTALL_DATA} ${FULLDISTDIR}/$i ${PREFIX}/share/doc/wndw
.endfor
.include <bsd.port.mk>