mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
b4fe150f40
Update kdesdk3, which didn't make the megacommit. Approved by: arved (mentor) Pointy hat: Da ports n00b, aka lofi
41 lines
822 B
Makefile
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>
|