freebsd-ports/www/kdewebdev/Makefile
Max Brazhnikov 585f07aff3 Reset maintainership de jure. In fact KDE 3 has not been maintained by our team
for a long time, not to mention upstream.

Discussed a while ago among the KDE/FreeBSD team.
2011-07-07 17:21:58 +00:00

34 lines
763 B
Makefile

# New ports collection makefile for: Quanta+
# Date created: 26 Sep 2002
# Whom: AlanE <alane@freebsd.org>
#
# $FreeBSD$
#
PORTNAME= kdewebdev
PORTVERSION= ${KDE_VERSION}
PORTREVISION= 8
PORTEPOCH= 2
CATEGORIES= www kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src
DIST_SUBDIR= KDE
MAINTAINER= ports@FreeBSD.org
COMMENT= Comprehensive html/website development environment
BUILD_DEPENDS= cvsservice:${PORTSDIR}/devel/kdesdk3
RUN_DEPENDS= cvsservice:${PORTSDIR}/devel/kdesdk3 \
tidy:${PORTSDIR}/www/tidy-lib
USE_KDELIBS_VER=3
PREFIX= ${KDE_PREFIX}
USE_BZIP2= yes
USE_XORG= xpm
USE_GMAKE= yes
USE_GETTEXT= build
USE_AUTOTOOLS= libtool
.include <${.CURDIR}/../../x11/kde3/Makefile.kde>
.include <bsd.port.mk>