54 lines
1.3 KiB
Makefile
54 lines
1.3 KiB
Makefile
# $OpenBSD: Makefile,v 1.4 2008/10/19 22:32:44 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-3.0
|
|
PKGNAME-fr = wndw-fr-1.0
|
|
PKGNAME-ar = wndw-ar-2.0p0
|
|
|
|
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/wndw3-es/
|
|
MASTER_SITES1 = ${HOMEPAGE}pdf/wndw-fr/
|
|
MASTER_SITES2 = ${HOMEPAGE}pdf/wndw2-ar/
|
|
|
|
DISTFILES = wndw2-ebook.pdf \
|
|
wndw3-es-ebook.pdf:0 \
|
|
wndw-fr-ebook.pdf:1 \
|
|
wndw2-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>
|