2000-05-20 03:54:48 +00:00
|
|
|
# New ports collection makefile for: Quanta+
|
2002-09-27 00:45:59 +00:00
|
|
|
# Date created: 26 Sep 2002
|
|
|
|
# Whom: AlanE <alane@freebsd.org>
|
2000-05-20 03:54:48 +00:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= quanta
|
2003-04-05 22:16:12 +00:00
|
|
|
PORTVERSION= ${KDE_VERSION}
|
|
|
|
PORTREVISION= 0
|
|
|
|
PORTEPOCH= 2
|
2000-05-20 03:54:48 +00:00
|
|
|
CATEGORIES= www kde
|
2003-01-28 18:36:58 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_KDE}
|
|
|
|
MASTER_SITE_SUBDIR= stable/${KDE_VERSION}/src
|
|
|
|
DIST_SUBDIR= KDE
|
2000-05-20 03:54:48 +00:00
|
|
|
|
2002-11-15 04:03:34 +00:00
|
|
|
MAINTAINER= kde@freebsd.org
|
2003-07-29 04:26:22 +00:00
|
|
|
COMMENT= Comprehensive html/website development environment
|
2000-05-20 03:54:48 +00:00
|
|
|
|
2004-01-23 18:12:26 +00:00
|
|
|
BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext-old
|
2000-05-20 03:54:48 +00:00
|
|
|
|
2002-09-21 00:22:38 +00:00
|
|
|
USE_KDELIBS_VER=3
|
2003-01-28 18:36:58 +00:00
|
|
|
PREFIX= ${KDE_PREFIX}
|
|
|
|
|
2000-05-20 03:54:48 +00:00
|
|
|
USE_BZIP2= yes
|
2003-01-28 18:36:58 +00:00
|
|
|
USE_XPM= yes
|
|
|
|
USE_GMAKE= yes
|
2001-03-18 07:53:02 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2003-01-28 18:36:58 +00:00
|
|
|
|
2001-04-03 08:14:43 +00:00
|
|
|
CONFIGURE_ARGS+= --with-extra-includes=${LOCALBASE}/include \
|
2002-09-27 00:45:59 +00:00
|
|
|
--disable-closure --enable-threads --disable-debug
|
2002-09-21 00:22:38 +00:00
|
|
|
|
2003-01-28 18:36:58 +00:00
|
|
|
.include <${.CURDIR}/../../x11/kde3/Makefile.kde>
|
2003-07-29 04:26:22 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|