1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/devel/kdesdk4/Makefile
Michael Nottebrock b4fe150f40 Update KDE to the latest official release, KDE 3.1.3.
Update kdesdk3, which didn't make the megacommit.

Approved by:	arved (mentor)
Pointy hat:	Da ports n00b, aka lofi
2003-07-29 13:01:14 +00:00

41 lines
822 B
Makefile

# New ports collection makefile for: KDE SDK
# Date created: 2 March 2001
# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= kdesdk
PORTVERSION= ${KDE_VERSION}
CATEGORIES= devel kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src
DIST_SUBDIR= KDE
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE Software Development Kit
LIB_DEPENDS= db41:${PORTSDIR}/databases/db41
USE_KDEBASE_VER=3
PREFIX= ${KDE_PREFIX}
USE_BZIP2= yes
USE_GMAKE= yes
USE_REINPLACE= yes
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
LDCONFIG_DIRS= %%PREFIX%%/lib %%PREFIX%%/lib/kde3
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
.include <bsd.port.pre.mk>
pre-configure::
${REINPLACE_CMD} -e 's@-pedantic @@g' ${WRKSRC}/configure
.include "${FILESDIR}/manpages.mk"
.include <bsd.port.post.mk>