summaryrefslogtreecommitdiffstats
path: root/freebsd/applications/kbibtex/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/applications/kbibtex/Makefile')
-rw-r--r--freebsd/applications/kbibtex/Makefile37
1 files changed, 0 insertions, 37 deletions
diff --git a/freebsd/applications/kbibtex/Makefile b/freebsd/applications/kbibtex/Makefile
deleted file mode 100644
index 30041cff9..000000000
--- a/freebsd/applications/kbibtex/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# -*-mode: makefile-*-
-# Created by: slavek.banko@axis.cz
-# $FreeBSD$
-#
-
-.include <../../trinity.port.mk>
-
-PORTNAME= kbibtex-trinity
-COMMENT= BibTeX editor for TDE
-TDE_PREVERSION=
-MASTER_SITE_SUBDIR= k/${PORTNAME}
-PORTREVISION= 0
-CATEGORIES= x11
-DIST_SUBDIR= TDE/applications
-
-
-BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/tdelibs
-
-LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface
-
-LIB_DEPENDS+=\
- libxslt.so:${PORTSDIR}/textproc/libxslt \
- libyaz.so:${PORTSDIR}/net/yaz \
-
-# Build
-post-patch: tde-pathfix
-
-do-configure: tde-cmake-prepare
- ${TDE_CMAKE_CONFIGURE} \
- -DBUILD_ALL="ON" \
- -DWITH_ALL_OPTIONS="ON"
-
-do-build: tde-cmake-build
-
-do-install: tde-cmake-install
-
-.include <bsd.port.mk>