summaryrefslogtreecommitdiffstats
path: root/freebsd/libraries/libtdeldap/Makefile
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2015-07-09 19:27:10 +0200
committerSlávek Banko <slavek.banko@axis.cz>2015-07-09 19:27:10 +0200
commitda06c0d91246b7e65e69b40356233ab9a941ea6f (patch)
tree319861a36c757275d1ae56e88ebad992abf7911b /freebsd/libraries/libtdeldap/Makefile
parent5996d187c03cff56b8167b97131a4b7d66bbbcde (diff)
downloadtde-packaging-da06c0d91246b7e65e69b40356233ab9a941ea6f.tar.gz
tde-packaging-da06c0d91246b7e65e69b40356233ab9a941ea6f.zip
FreeBSD: Add ports for libraries
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'freebsd/libraries/libtdeldap/Makefile')
-rw-r--r--freebsd/libraries/libtdeldap/Makefile34
1 files changed, 34 insertions, 0 deletions
diff --git a/freebsd/libraries/libtdeldap/Makefile b/freebsd/libraries/libtdeldap/Makefile
new file mode 100644
index 000000000..51cd94205
--- /dev/null
+++ b/freebsd/libraries/libtdeldap/Makefile
@@ -0,0 +1,34 @@
+# -*-mode: makefile-*-
+# Created by: slavek.banko@axis.cz
+# $FreeBSD$
+#
+
+.include <../../trinity.port.mk>
+
+PORTNAME= libtdeldap-trinity
+COMMENT= LDAP interface library for TDE
+TDE_PREVERSION= ~pre3+d64a130c
+MASTER_SITE_SUBDIR= libt/${PORTNAME}
+PORTREVISION= 0
+CATEGORIES= net devel
+DIST_SUBDIR= TDE/libraries
+
+
+BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/tdelibs
+
+LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface
+
+LIB_DEPENDS+=\
+ libldap.so:${PORTSDIR}/net/openldap24-client \
+
+# 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>