blob: 66d4f12413c1853844dbc48fede1705b07d122fa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# New ports collection makefile for: c_c++_reference.tar.gz
# Date created: 8 March 2000
# Whom: imura@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= c_c++_reference${QTTYPE}
PORTVERSION= 1.08
CATEGORIES= devel
MASTER_SITES= ftp://129.187.206.68/pub/unix/ide/KDevelop/documentation/ \
ftp://gd.tuwien.ac.at/hci/KDevelop/documentation/ \
ftp://fara.cs.uni-potsdam.de/pub/kdevelop/documentation/
DISTNAME= c_c++_reference
MAINTAINER= imura@FreeBSD.org
RUN_DEPENDS= kdevelop:${PORTSDIR}/devel/kdevelop${QTTYPE}
EXTRACT_ONLY= # none
NO_BUILD= yes
QTTYPE?= # normal
do-install:
${TAR} -xzf ${DISTDIR}/c_c++_reference.tar.gz -C ${PREFIX}
${CHOWN} -R 0:0 ${PREFIX}/share/doc/HTML/en/kdevelop/reference
.include <bsd.port.mk>
|