2000-05-17 11:21:53 +02:00
|
|
|
# New ports collection makefile for: kdenetwork2
|
|
|
|
# Date created: Sun May 14 00:55:45
|
|
|
|
# Whom: Will Andrews <will@FreeBSD.org>
|
1997-11-03 01:39:00 +01:00
|
|
|
#
|
1999-08-30 16:24:37 +02:00
|
|
|
# $FreeBSD$
|
1997-11-03 01:39:00 +01:00
|
|
|
#
|
|
|
|
|
2000-04-09 20:14:07 +02:00
|
|
|
PORTNAME= kdenetwork
|
2002-04-22 01:47:50 +02:00
|
|
|
PORTVERSION= 3.0
|
2001-12-14 15:21:33 +01:00
|
|
|
PORTREVISION= 1
|
2001-08-30 20:56:50 +02:00
|
|
|
CATEGORIES?= net news kde
|
2000-09-15 23:40:47 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_KDE}
|
2001-08-15 18:25:13 +02:00
|
|
|
MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src
|
2001-09-10 22:22:28 +02:00
|
|
|
DIST_SUBDIR= KDE
|
1997-11-03 01:39:00 +01:00
|
|
|
|
2001-08-30 20:56:50 +02:00
|
|
|
MAINTAINER?= kde@FreeBSD.org
|
1997-11-03 01:39:00 +01:00
|
|
|
|
2001-04-03 10:14:43 +02:00
|
|
|
LIB_DEPENDS= uu.1:${PORTSDIR}/converters/uulib
|
1998-09-30 04:07:28 +02:00
|
|
|
|
2002-04-22 01:47:50 +02:00
|
|
|
USE_KDELIBS_VER=3
|
1999-02-28 22:48:09 +01:00
|
|
|
USE_BZIP2= yes
|
2000-06-16 23:52:40 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
2001-12-04 04:47:18 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2002-04-22 01:47:50 +02:00
|
|
|
CONFIGURE_TARGET=
|
|
|
|
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
|
|
.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
|
1999-02-08 23:25:54 +01:00
|
|
|
USE_GMAKE= yes
|
2001-12-04 04:47:18 +01:00
|
|
|
MAKE_ENV= ${CONFIGURE_ENV}
|
1997-11-03 01:39:00 +01:00
|
|
|
|
2002-04-22 01:47:50 +02:00
|
|
|
.include <bsd.port.mk>
|