freebsd-ports/www/kdewebdev4/Makefile

37 lines
794 B
Makefile
Raw Normal View History

# New ports collection makefile for: Quanta+
# Date created: 26 Sep 2002
# Whom: AlanE <alane@freebsd.org>
#
# $FreeBSD$
#
2004-08-30 21:55:42 +02:00
PORTNAME= kdewebdev
PORTVERSION= ${KDE_VERSION}
PORTEPOCH= 2
CATEGORIES= www kde
2003-01-28 19:36:58 +01:00
MASTER_SITES= ${MASTER_SITE_KDE}
2004-08-30 21:55:42 +02:00
MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src
2003-01-28 19:36:58 +01:00
DIST_SUBDIR= KDE
MAINTAINER= kde@freebsd.org
COMMENT= Comprehensive html/website development environment
BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext
2004-08-30 21:55:42 +02:00
RUN_DEPENDS= tidy:${PORTSDIR}/www/tidy
USE_KDELIBS_VER=3
2003-01-28 19:36:58 +01:00
PREFIX= ${KDE_PREFIX}
USE_BZIP2= yes
2003-01-28 19:36:58 +01:00
USE_XPM= yes
USE_GMAKE= yes
USE_REINPLACE= yes
GNU_CONFIGURE= yes
2004-08-30 21:55:42 +02:00
_NO_KDE_CLOSURE=yes
2003-01-28 19:36:58 +01:00
2004-08-30 21:55:42 +02:00
pre-configure:
@${REINPLACE_CMD} -e 's|grep 3.2|grep 3.3|g' ${WRKSRC}/configure
2003-01-28 19:36:58 +01:00
.include <${.CURDIR}/../../x11/kde3/Makefile.kde>
2004-08-30 21:55:42 +02:00
.include <bsd.port.mk>