mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
3e4ed01146
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
34 lines
764 B
Makefile
34 lines
764 B
Makefile
# New ports collection makefile for: Quanta+
|
|
# Date created: 26 Sep 2002
|
|
# Whom: AlanE <alane@freebsd.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= kdewebdev
|
|
PORTVERSION= ${KDE_VERSION}
|
|
PORTEPOCH= 2
|
|
CATEGORIES= www kde
|
|
MASTER_SITES= ${MASTER_SITE_KDE}
|
|
MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src
|
|
DIST_SUBDIR= KDE
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Comprehensive html/website development environment
|
|
|
|
BUILD_DEPENDS= cvsservice:${PORTSDIR}/devel/kdesdk3 \
|
|
xgettext:${PORTSDIR}/devel/gettext
|
|
RUN_DEPENDS= cvsservice:${PORTSDIR}/devel/kdesdk3 \
|
|
tidy:${PORTSDIR}/www/tidy
|
|
|
|
USE_KDELIBS_VER=3
|
|
PREFIX= ${KDE_PREFIX}
|
|
|
|
USE_BZIP2= yes
|
|
USE_XORG= xpm
|
|
USE_GMAKE= yes
|
|
USE_AUTOTOOLS= libtool:15
|
|
|
|
.include <${.CURDIR}/../../x11/kde3/Makefile.kde>
|
|
.include <bsd.port.mk>
|