summaryrefslogtreecommitdiffstats
path: root/freebsd/tdeadmin/Makefile
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2015-07-02 17:25:15 +0200
committerSlávek Banko <slavek.banko@axis.cz>2015-07-02 17:25:15 +0200
commit595d2593963dfc33e52fb3bf82fc2595dc2c0e37 (patch)
treea284a943099fabc9782c2959c6da43e2b09078ae /freebsd/tdeadmin/Makefile
parentbb6e8f18c1d80974cd4f7a810267bd9753121f45 (diff)
downloadtde-packaging-595d2593963dfc33e52fb3bf82fc2595dc2c0e37.tar.gz
tde-packaging-595d2593963dfc33e52fb3bf82fc2595dc2c0e37.zip
FreeBSD: Initial import
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'freebsd/tdeadmin/Makefile')
-rw-r--r--freebsd/tdeadmin/Makefile37
1 files changed, 37 insertions, 0 deletions
diff --git a/freebsd/tdeadmin/Makefile b/freebsd/tdeadmin/Makefile
new file mode 100644
index 000000000..ddcabb990
--- /dev/null
+++ b/freebsd/tdeadmin/Makefile
@@ -0,0 +1,37 @@
+# -*-mode: makefile-*-
+# Created by: slavek.banko@axis.cz
+# $FreeBSD$
+#
+
+.include <../trinity.port.mk>
+
+PORTNAME= tdeadmin-trinity
+COMMENT= Trinity system administration tools
+TDE_PREVERSION= ~pre5+5d258415
+MASTER_SITE_SUBDIR= t/${PORTNAME}
+PORTREVISION= 0
+CATEGORIES= x11 sysutils
+DIST_SUBDIR= TDE
+
+
+BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/tdelibs \
+
+LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface \
+
+# Build
+post-patch: tde-pathfix
+ gsed -i ${WRKSRC}/knetworkconf/backends/Makefile.am \
+ -e "s|pkgconfig_DATA = system-tools-backends.pc||"
+
+do-configure: tde-autotools-prepare
+ ${TDE_AUTOTOOLS_CONFIGURE} \
+ --with-pam=tde \
+ --without-shadow \
+ --without-nis \
+ --with-private-groups
+
+do-build: tde-autotools-build
+
+do-install: tde-autotools-install
+
+.include <bsd.port.mk>