summaryrefslogtreecommitdiffstats
path: root/openbsd/14.0.0/dependencies/dbus-tqt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd/14.0.0/dependencies/dbus-tqt/Makefile')
-rw-r--r--openbsd/14.0.0/dependencies/dbus-tqt/Makefile35
1 files changed, 0 insertions, 35 deletions
diff --git a/openbsd/14.0.0/dependencies/dbus-tqt/Makefile b/openbsd/14.0.0/dependencies/dbus-tqt/Makefile
deleted file mode 100644
index 493067689..000000000
--- a/openbsd/14.0.0/dependencies/dbus-tqt/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-.include </usr/ports/x11/trinity/trinity.port.mk>
-
-PKGNAME= trinity-dbus-tqt-${VERSION}
-VERSION= 0.63${PREVERSION}
-PREVERSION=
-
-COMMENT= Dbus TQT Interface
-CATEGORIES= x11/trinity/dependencies
-HOMEPAGE= http://www.trinitydesktop.org/
-MAINTAINER= François Andriot <francois.andriot@free.fr>
-
-MASTER_SITES= http://ppa2.quickbuild.pearsoncomputing.net/redirect.php?file=releases/R14.0.0/dependencies/
-DISTNAME= dbus-tqt-R${TDE_VERSION}${PREVERSION}
-EXTRACT_SUFX= .tar.bz2
-WRKDIST= ${WRKDIR}/dependencies/dbus-tqt
-
-PREFIX= ${TDE_PREFIX}
-
-BUILD_DEPENDS= devel/gmake \
- devel/cmake \
- x11/dbus \
- x11/trinity/dependencies/tqtinterface
-
-LIB_DEPENDS= x11/dbus
-
-SHARED_LIBS += dbus-tqt-1 0.0
-
-do-configure: tde-cmake-rmbuild
- ${TDE_CMAKE_CONFIGURE}
-
-do-build: tde-cmake-build
-
-do-install: tde-cmake-install
-
-.include <bsd.port.mk>