summaryrefslogtreecommitdiff
path: root/converters/kdesupport11/Makefile
blob: 9e528a274e0837902ea1aa5ef644ffe70dbd080a (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
# New ports collection makefile for:   kdesupport
# Date created:        28 October 1997
# Whom:                Stefan E�er <se@freebsd.org>
#
# $FreeBSD$
#

PORTNAME=	kdesupport
PORTVERSION=	1.1.2
PORTREVISION=	1
CATEGORIES=	converters kde
MASTER_SITES=	$(MASTER_SITE_KDE)
MASTER_SITE_SUBDIR= Attic/old/1.1.2/distribution/tar/generic/source/bz2
DISTNAME=	kdesupport-1.1.2

MAINTAINER=	kde@FreeBSD.org

USE_BZIP2=	yes

NO_LATEST_LINK=	yes
USE_QT_VER=	1
USE_LIBTOOL=	yes
INSTALLS_SHLIB=	yes
CONFIGURE_ARGS=	--without-libjpeg --without-libgif \
		--without-libgdbm --without-libuulib \
		--with-qt-includes=${QTDIR}/include/X11/qt
CONFIGURE_ENV=	CXXFLAGS="$(CFLAGS)" INSTALL_SCRIPT="install -c -m 555"

.include <bsd.port.mk>