summaryrefslogtreecommitdiffstats
path: root/freebsd/applications/knmap/Makefile
diff options
context:
space:
mode:
authorOwsjannikow Sergej E <[email protected]>2020-10-30 14:44:45 +0100
committerSlávek Banko <[email protected]>2020-10-30 14:52:07 +0100
commitd9e988ac8dc5ce324b60f992133ed3a881864801 (patch)
treeb2b372c4c42fa9d4f3a8718317d1872efb5ccf59 /freebsd/applications/knmap/Makefile
parentc5e7ca3926c05fbfc8612799493f0b5ffaebcd7b (diff)
downloadtde-packaging-d9e988ac8dc5ce324b60f992133ed3a881864801.tar.gz
tde-packaging-d9e988ac8dc5ce324b60f992133ed3a881864801.zip
FreeBSD: Add kkbswith and knmap ports.
Signed-off-by: Owsjannikow Sergej E. <[email protected]>
Diffstat (limited to 'freebsd/applications/knmap/Makefile')
-rw-r--r--freebsd/applications/knmap/Makefile35
1 files changed, 35 insertions, 0 deletions
diff --git a/freebsd/applications/knmap/Makefile b/freebsd/applications/knmap/Makefile
new file mode 100644
index 000000000..48704b1f1
--- /dev/null
+++ b/freebsd/applications/knmap/Makefile
@@ -0,0 +1,35 @@
+# -*-mode: makefile-*-
+# Created by: [email protected]
+# $FreeBSD$
+#
+
+.include <../../trinity.port.mk>
+
+PORTNAME= knmap-trinity
+COMMENT= KNMap - nmap graphical interface
+TDE_PREVERSION=
+MASTER_SITE_SUBDIR= k/${PORTNAME}
+PORTREVISION= 0
+CATEGORIES= security x11
+DIST_SUBDIR= TDE/applications
+
+
+BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/tdelibs \
+ ${TDE_PREFIX}/lib/libkonq.so:${PORTSDIR}/x11/trinity/tdebase \
+
+LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface
+
+RUN_DEPENDS+= ${LOCALBASE}/bin/nmap:${PORTSDIR}/security/nmap
+
+
+# Build
+post-patch: tde-pathfix
+
+do-configure: tde-cmake-prepare
+ ${TDE_CMAKE_CONFIGURE}
+
+do-build: tde-cmake-build
+
+do-install: tde-cmake-install
+
+.include <bsd.port.mk>