mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
8558ca7184
was released in 2007 and KDE 3.5.10 in 2008 and both are no longer maintained upstream nor in our tree. - Set EXPIRATION_DATE to 2013-07-01 Discussed with: bapt, tabthorpe
38 lines
833 B
Makefile
38 lines
833 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= 9
|
|
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
|
|
|
|
DEPRECATED= Depends on QT3; unmaintained
|
|
EXPIRATION_DATE= 2013-07-01
|
|
|
|
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>
|