1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/www/quanta/Makefile

35 lines
758 B
Makefile

# New ports collection makefile for: Quanta+
# Date created: 26 Sep 2002
# Whom: AlanE <alane@freebsd.org>
#
# $FreeBSD$
#
PORTNAME= quanta
PORTVERSION= ${KDE_VERSION}
PORTREVISION= 0
PORTEPOCH= 2
CATEGORIES= www kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${KDE_VERSION}/src
DIST_SUBDIR= KDE
MAINTAINER= kde@freebsd.org
COMMENT= Comprehensive html/website development environment.
BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext
USE_KDELIBS_VER=3
PREFIX= ${KDE_PREFIX}
USE_BZIP2= yes
USE_XPM= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-extra-includes=${LOCALBASE}/include \
--disable-closure --enable-threads --disable-debug
.include <${.CURDIR}/../../x11/kde3/Makefile.kde>
.include <bsd.port.mk>