freebsd-ports/lang/erlang-doc/Makefile

93 lines
2.1 KiB
Makefile
Raw Normal View History

# Ports collection makefile for: erlang-doc
# Date created: 31 Mar 2002
# Whom: olgeni@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= erlang-doc
2005-06-24 01:00:48 +02:00
PORTVERSION= r10b6
2005-06-24 20:06:09 +02:00
PORTREVISION= 1
2003-08-07 21:56:35 +02:00
PORTEPOCH= 1
CATEGORIES= lang
2005-06-24 01:00:48 +02:00
MASTER_SITES= http://www.erlang.se/doc/doc-5.4.8/pdf/ \
http://erlang.org/download/ \
http://www.erlang.se/doc/ \
http://www.sics.se/~joe/thesis/ \
http://www.st.se/telecom/eng/projects/
2005-05-01 11:21:48 +02:00
DISTFILES= appmon-2.1.4.pdf \
2005-06-24 01:00:48 +02:00
asn1-1.4.4.7.pdf \
compiler-4.3.8.pdf \
2003-08-07 12:04:07 +02:00
cosEvent-2.1.pdf \
cosEventDomain-1.1.pdf \
2004-12-22 16:31:14 +01:00
cosFileTransfer-1.1.2.pdf \
cosNotification-1.1.1.pdf \
cosProperty-1.1.1.pdf \
2003-08-07 12:04:07 +02:00
cosTime-1.1.pdf \
cosTransactions-1.2.pdf \
2005-06-24 01:00:48 +02:00
crypto-1.3.pdf \
2005-05-19 21:51:58 +02:00
debugger-2.3.3.pdf \
2005-06-24 01:00:48 +02:00
design_principles-5.4.8.pdf \
efficiency_guide-5.4.8.pdf \
embedded-5.4.8.pdf \
erl_interface-3.5.4.pdf \
erts-5.4.8.pdf \
2002-11-02 19:41:44 +01:00
et-1.0.pdf \
2005-06-24 01:00:48 +02:00
getting_started-5.4.8.pdf \
2005-05-01 11:21:48 +02:00
gs-1.5.4.pdf \
ic-4.2.9.pdf \
2005-06-24 01:00:48 +02:00
inets-4.5.pdf \
installation_guide-5.4.8.pdf \
2004-12-22 16:31:14 +01:00
jinterface-1.3.pdf \
2005-06-24 01:00:48 +02:00
kernel-2.10.9.pdf \
2005-05-01 11:21:48 +02:00
megaco-3.0.1.pdf \
2002-11-02 19:41:44 +01:00
mnemosyne-1.2.5.pdf \
2005-05-19 21:51:58 +02:00
mnesia-4.2.2.pdf \
2002-11-02 19:41:44 +01:00
mnesia_session-1.1.5.pdf \
2005-06-24 01:00:48 +02:00
oam-5.4.8.pdf \
2005-05-01 11:21:48 +02:00
observer-0.9.6.1.pdf \
2005-05-19 21:51:58 +02:00
odbc-2.0.4.pdf \
2005-06-24 01:00:48 +02:00
orber-3.6.pdf \
os_mon-1.7.4.pdf \
2004-12-22 16:31:14 +01:00
otp_mibs-1.0.4.pdf \
2005-05-01 11:21:48 +02:00
parsetools-1.3.2.pdf \
pman-2.5.2.pdf \
2005-06-24 01:00:48 +02:00
programming_examples-5.4.8.pdf \
reference_manual-5.4.8.pdf \
2005-05-19 21:51:58 +02:00
runtime_tools-1.5.1.1.pdf \
2005-05-01 11:21:48 +02:00
sasl-2.0.1.pdf \
2005-06-24 01:00:48 +02:00
snmp-4.2.pdf \
ssl-3.0.7.pdf \
stdlib-1.13.8.pdf \
system_architecture_intro-5.4.8.pdf \
system_principles-5.4.8.pdf \
2005-05-01 11:21:48 +02:00
toolbar-1.2.1.pdf \
2005-06-24 01:00:48 +02:00
tools-2.4.4.pdf \
tutorial-5.4.8.pdf \
2005-05-01 11:21:48 +02:00
tv-2.1.2.pdf \
2004-12-22 16:31:14 +01:00
webtool-0.8.2.pdf \
2005-06-24 01:00:48 +02:00
xmerl-1.0.3.pdf \
course.pdf \
erlang-book-part1.pdf \
programming_rules.pdf \
armstrong_thesis_2003.pdf \
master_thesis_patterns.pdf
DIST_SUBDIR= erlang
EXTRACT_ONLY=
MAINTAINER= olgeni@FreeBSD.org
2003-02-23 11:51:29 +01:00
COMMENT= Documentation (PDF) for the Erlang/OTP system
NO_BUILD= yes
do-install:
@${MKDIR} ${LOCALBASE}/share/doc/erlang
.for FILE in ${DISTFILES}
@${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${FILE} ${LOCALBASE}/share/doc/erlang
.endfor
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>