summaryrefslogtreecommitdiff
path: root/net/kdenetwork4/Makefile
blob: 804a297746f2c8542994e893402b47821a0c8f9c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# New ports collection makefile for:	kdenetwork2
# Date created:				Sun May 14 00:55:45
# Whom:					Will Andrews <will@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	kdenetwork
PORTVERSION=	3.0.1
CATEGORIES?=	net news kde
MASTER_SITES=	${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR=	stable/${PORTVERSION}/src
DIST_SUBDIR=	KDE

MAINTAINER?=	kde@FreeBSD.org

LIB_DEPENDS=	uu.1:${PORTSDIR}/converters/uulib

USE_KDELIBS_VER=3
USE_BZIP2=	yes
INSTALLS_SHLIB=	yes
GNU_CONFIGURE=	yes
USE_GMAKE=	yes
MAKE_ENV=	${CONFIGURE_ENV}

.include "${.CURDIR}/../../x11/kde3/Makefile.kde"

UTMP?=	/var/run/utmp
.if exists(${UTMP})
PLIST_SUB+=	KTALKD=""
.else
PLIST_SUB+=	KTALKD="@comment "
pre-configure:
	@${ECHO_MSG} '===>  NOTE: The file ${UTMP} was not found.'
	@${ECHO_MSG} '===>  NOTE: ktalkd and kotalkd, which require ${UTMP}, will not be built.'
.endif

.include <bsd.port.mk>