1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/x11/kdebase4-runtime/Makefile

32 lines
729 B
Makefile
Raw Normal View History

# New ports collection makefile for: kdebase2
# Date created: Fri Apr 14 2000 15:05:00 EDT
# Whom: will
#
1999-08-31 02:51:23 +00:00
# $FreeBSD$
#
2000-04-13 19:19:05 +00:00
PORTNAME= kdebase
PORTVERSION= 1.90
CATEGORIES= x11 kde
1998-03-06 19:52:23 +00:00
MASTER_SITES= $(MASTER_SITE_KDE)
MASTER_SITE_SUBDIR= unstable/distribution/tar/src
MAINTAINER= will@FreeBSD.org
LIB_DEPENDS= kdeui.4:${PORTSDIR}/x11/kdelibs2 \
Xpm.4:${PORTSDIR}/graphics/xpm \
intl.1:${PORTSDIR}/devel/gettext
1998-09-30 02:07:28 +00:00
MOC?= ${X11BASE}/bin/moc2
1999-02-28 21:48:09 +00:00
USE_BZIP2= yes
USE_QT2= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+="--with-xdmdir=${X11BASE}/lib/X11/xdm" \
--with-qt-dir=${X11BASE} \
--with-qt-includes=${X11BASE}/include/qt2 \
--with-qt-libraries=${X11BASE}/lib
CONFIGURE_ENV+= MOC="${MOC}"
1999-02-06 23:22:08 +00:00
USE_GMAKE= yes
.include <bsd.port.mk>