aboutsummaryrefslogtreecommitdiffstats
path: root/converters/kdesupport2/Makefile
blob: e19b525d33bacb014e99493626aa514e1754c8e0 (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
# New ports collection makefile for:    kdesupport2
# Date created:             Sun May 14 2000 01:14:20
# Whom:                 Will Andrews <will@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   kdesupport
PORTVERSION=    2.1
CATEGORIES= converters kde
MASTER_SITES=   ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src

MAINTAINER= kde@FreeBSD.org

LIB_DEPENDS=    png.4:${PORTSDIR}/graphics/png \
        jpeg.9:${PORTSDIR}/graphics/jpeg

USE_QT_VER= 2
USE_BZIP2=  yes
INSTALLS_SHLIB= yes
GNU_CONFIGURE=  yes
USE_GMAKE=  yes
BROKEN=     "Not used with KDE 2.2"

CONFIGURE_ARGS+=--without-audiofile

pre-configure:
    ${PERL} -pi -e "s@-version-info 1:1@-version-info 3:0@g" ${WRKSRC}/mimelib/Makefile.in

.include <bsd.port.mk>