summaryrefslogtreecommitdiffstats
path: root/freebsd/tdewebdev/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/tdewebdev/Makefile')
-rw-r--r--freebsd/tdewebdev/Makefile42
1 files changed, 0 insertions, 42 deletions
diff --git a/freebsd/tdewebdev/Makefile b/freebsd/tdewebdev/Makefile
deleted file mode 100644
index 31d00a86d..000000000
--- a/freebsd/tdewebdev/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-# -*-mode: makefile-*-
-# Created by: slavek.banko@axis.cz
-# $FreeBSD$
-#
-
-.include <../trinity.port.mk>
-
-PORTNAME= tdewebdev-trinity
-COMMENT= Trinity web development apps
-TDE_PREVERSION=
-MASTER_SITE_SUBDIR= t/${PORTNAME}
-PORTREVISION= 0
-CATEGORIES= x11 www
-DIST_SUBDIR= TDE
-
-
-# Use gmake for automake build
-USES= gmake
-
-BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/tdelibs \
-
-LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface \
-
-RUN_DEPENDS=\
- ${TDE_PREFIX}/bin/cvsservice:${PORTSDIR}/x11/trinity/tdesdk \
- tidy:${PORTSDIR}/www/tidy-lib \
-
-LIB_DEPENDS+=\
- libxml2.so:${PORTSDIR}/textproc/libxml2 \
- libxslt.so:${PORTSDIR}/textproc/libxslt \
-
-# Build
-post-patch: tde-pathfix
-
-do-configure: tde-autotools-prepare
- ${TDE_AUTOTOOLS_CONFIGURE}
-
-do-build: tde-autotools-build
-
-do-install: tde-autotools-install
-
-.include <bsd.port.mk>