mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
c3d8037aeb
after 5.4-RELEASE.
32 lines
749 B
Makefile
32 lines
749 B
Makefile
# 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= 3
|
|
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
|
|
GNU_CONFIGURE= yes
|
|
USE_KDELIBS_VER= 3
|
|
USE_GMAKE= yes
|
|
CONFIGURE_TARGET=
|
|
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
USE_REINPLACE= yes
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e 's,-lqt,-lqt-mt -pthread,' ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|