aboutsummaryrefslogtreecommitdiff
path: root/devel/c_c++_reference/Makefile
blob: 3d08ee00c57878f1e730d2cb45d275d2b41d2115 (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
# New ports collection makefile for:	c_c++_reference.tar.gz
# Date created:        8 March 2000
# Whom:                imura@af.airnet.ne.jp
#
# $FreeBSD$
#

PORTNAME=	c_c++_reference
PORTVERSION=	2.0.2
PORTREVISION=	10
CATEGORIES=	devel
MASTER_SITES=	ftp://ftp.ee.fhm.edu/pub/unix/ide/KDevelop/
DISTNAME=	c_cpp_reference-${PORTVERSION}_for_KDE_3.0

MAINTAINER=	ports@FreeBSD.org
COMMENT=	C/C++ reference manual for KDevelop

RUN_DEPENDS=	kdevelop:${PORTSDIR}/devel/kdevelop

USE_BZIP2=	yes
USE_AUTOTOOLS=	libtool:22
USE_KDELIBS_VER=	3
USE_GMAKE=	yes

post-patch:
	${REINPLACE_CMD} -e 's,-lqt,-lqt-mt -pthread,' ${WRKSRC}/configure

.include <bsd.port.mk>