diff options
Diffstat (limited to 'freebsd/libraries/libtdeldap/Makefile')
-rw-r--r-- | freebsd/libraries/libtdeldap/Makefile | 34 |
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> |