2001-08-20 17:21:09 +02:00
|
|
|
# New ports collection makefile for: KDE artwork
|
|
|
|
# Date created: 20 August 2001
|
|
|
|
# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= kdeartwork
|
2001-12-04 04:47:18 +01:00
|
|
|
PORTVERSION= 2.2.2
|
2001-08-20 17:21:09 +02:00
|
|
|
CATEGORIES= x11-wm kde
|
|
|
|
MASTER_SITES= ${MASTER_SITE_KDE}
|
|
|
|
MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src
|
2001-09-10 22:22:28 +02:00
|
|
|
DIST_SUBDIR= KDE
|
2001-08-20 17:21:09 +02:00
|
|
|
|
2001-09-01 10:35:47 +02:00
|
|
|
MAINTAINER= kde@FreeBSD.org
|
2001-08-20 17:21:09 +02:00
|
|
|
|
2001-12-04 04:47:18 +01:00
|
|
|
BUILD_DEPENDS= autoconf213:${PORTSDIR}/devel/autoconf213 \
|
|
|
|
automake14:${PORTSDIR}/devel/automake14 \
|
|
|
|
objprelink:${PORTSDIR}/devel/objprelink
|
|
|
|
|
2001-08-20 17:21:09 +02:00
|
|
|
USE_KDELIBS_VER=2
|
|
|
|
USE_BZIP2= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2001-12-04 04:47:18 +01:00
|
|
|
CONFIGURE_ARGS= --enable-objprelink
|
|
|
|
.if defined(PARALLEL_PACKAGE_BUILD) || defined(WANT_KDE_FINAL)
|
|
|
|
CONFIGURE_ARGS+=--enable-final
|
|
|
|
.endif
|
|
|
|
.if defined(PARALLEL_PACKAGE_BUILD) || defined(WANT_KDE_NDEBUG)
|
|
|
|
CONFIGURE_ARGS+=--disable-debug
|
|
|
|
.endif
|
2001-08-20 17:21:09 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
2001-12-04 04:47:18 +01:00
|
|
|
pre-configure:
|
|
|
|
${MKDIR} ${WRKSRC}/auto-bin
|
|
|
|
.for AC in autoconf autoheader
|
|
|
|
${LN} -sf ${LOCALBASE}/bin/${AC}213 ${WRKSRC}/auto-bin/${AC}
|
|
|
|
.endfor
|
|
|
|
.for AM in automake aclocal
|
|
|
|
${LN} -sf ${LOCALBASE}/bin/${AM}14 ${WRKSRC}/auto-bin/${AM}
|
|
|
|
.endfor
|
2001-12-07 16:43:46 +01:00
|
|
|
cd ${WRKSRC} && env PATH=${WRKSRC}/auto-bin:$$PATH \
|
2001-12-04 04:47:18 +01:00
|
|
|
${GMAKE} -f Makefile.cvs
|
|
|
|
|
2001-08-20 17:21:09 +02:00
|
|
|
.include <bsd.port.mk>
|