freebsd-ports/converters/kdesupport2/Makefile
Andrey A. Chernov 5676988fbd Bump png major
2001-09-11 03:32:41 +00:00

31 lines
691 B
Makefile

# 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.5:${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>