mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
bb51ad41ca
Good-bye KDE_NAME, KDE_VERSION, QTTYPE variables.
30 lines
738 B
Makefile
30 lines
738 B
Makefile
# New ports collection makefile for: c_c++_reference.tar.gz
|
|
# Date created: 8 March 2000
|
|
# Whom: imura@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= c_c++_reference
|
|
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= ${PORTNAME}
|
|
|
|
MAINTAINER= imura@FreeBSD.org
|
|
|
|
RUN_DEPENDS= kdevelop:${PORTSDIR}/devel/kdevelop${PKGNAMESUFFIX}
|
|
|
|
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>
|