1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/converters/kdesupport2/Makefile
Will Andrews f7ed228e6b Remove libodbc (again) and libaudiofile so it won't conflict with
port installations.  Now kdesupport2 will only install what is unique
to its package.
2000-05-27 15:45:38 +00:00

30 lines
720 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= 1.90
CATEGORIES= converters kde
MASTER_SITES= $(MASTER_SITE_KDE)
MASTER_SITE_SUBDIR= unstable/distribution/tar/src
MAINTAINER= will@FreeBSD.org
MOC= ${X11BASE}/bin/moc2
USE_BZIP2= yes
USE_QT2= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-qt-dir=${X11BASE} \
--with-qt-includes=${X11BASE}/include/qt2 \
--with-qt-libraries=${X11BASE}/lib \
--without-libjpeg --without-libgif \
--without-libgdbm --without-libuulib \
--without-odbc --without-audiofile
CONFIGURE_ENV+= MOC="${MOC}"
USE_GMAKE= yes
.include <bsd.port.mk>