1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/www/kdewebdev/Makefile

34 lines
733 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 19:55:42 +00:00
PORTNAME= kdewebdev
PORTVERSION= ${KDE_VERSION}
PORTEPOCH= 2
CATEGORIES= www kde
2003-01-28 18:36:58 +00:00
MASTER_SITES= ${MASTER_SITE_KDE}
2004-08-30 19:55:42 +00:00
MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src
2003-01-28 18:36:58 +00:00
DIST_SUBDIR= KDE
MAINTAINER= kde@freebsd.org
COMMENT= Comprehensive html/website development environment
2005-03-20 18:17:55 +00:00
BUILD_DEPENDS= cvsservice:${PORTSDIR}/devel/kdesdk3 \
xgettext:${PORTSDIR}/devel/gettext
2004-08-30 19:55:42 +00:00
RUN_DEPENDS= tidy:${PORTSDIR}/www/tidy
USE_KDELIBS_VER=3
2003-01-28 18:36:58 +00:00
PREFIX= ${KDE_PREFIX}
USE_BZIP2= yes
2003-01-28 18:36:58 +00:00
USE_XPM= yes
USE_GMAKE= yes
USE_REINPLACE= yes
GNU_CONFIGURE= yes
2003-01-28 18:36:58 +00:00
.include <${.CURDIR}/../../x11/kde3/Makefile.kde>
2004-08-30 19:55:42 +00:00
.include <bsd.port.mk>