2007-09-15 20:27:05 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.4 2007/09/16 00:27:05 merdely Exp $
|
2003-12-21 20:09:30 -05:00
|
|
|
|
|
|
|
CATEGORIES= books lang
|
2007-09-15 20:27:05 -04:00
|
|
|
COMMENT= Icon programming language reference book
|
2003-12-21 20:09:30 -05:00
|
|
|
MAINTAINER= Marc Espie <espie@openbsd.org>
|
|
|
|
|
|
|
|
MASTER_SITES= http://www.cs.arizona.edu/icon/ftp/doc/
|
|
|
|
|
|
|
|
|
|
|
|
# This documents version 9.3 of the language.
|
|
|
|
V=9.3
|
|
|
|
DISTNAME= icon-book-$V
|
|
|
|
|
|
|
|
FLAVORS=two_sided
|
|
|
|
FLAVOR?=
|
|
|
|
.if ${FLAVOR:L} == "two_sided"
|
|
|
|
DISTFILES= lb2up.pdf
|
2006-06-09 08:14:19 -04:00
|
|
|
FULLPKGNAME= icon-book-two_sided-$Vp0
|
2003-12-21 20:09:30 -05:00
|
|
|
.else
|
|
|
|
DISTFILES= lb1up.pdf
|
|
|
|
FULLPKGNAME= icon-book-$V
|
|
|
|
.endif
|
|
|
|
|
|
|
|
SUPDISTFILES= lb1up.pdf lb2up.pdf
|
|
|
|
|
|
|
|
# Book says:
|
|
|
|
# 'This book originally was published by Peer-to-Peer Communications.
|
|
|
|
# It is out of print and the rights have reverted to the authors, who hereby
|
|
|
|
# place it in the public domain'.
|
|
|
|
PERMIT_PACKAGE_FTP=Yes
|
|
|
|
PERMIT_PACKAGE_CDROM=Yes
|
|
|
|
PERMIT_DISTFILES_FTP=Yes
|
|
|
|
PERMIT_DISTFILES_CDROM=Yes
|
|
|
|
|
|
|
|
EXTRACT_ONLY=
|
|
|
|
NO_BUILD=Yes
|
2004-02-02 13:02:22 -05:00
|
|
|
PKG_ARCH=*
|
2003-12-21 20:09:30 -05:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/icon
|
|
|
|
${INSTALL_DATA} ${FULLDISTDIR}/${DISTFILES} ${PREFIX}/share/doc/icon/icon-book${FLAVOR_EXT}.pdf
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|