diff options
Diffstat (limited to 'freebsd/applications/internet/knmap/Makefile')
-rw-r--r-- | freebsd/applications/internet/knmap/Makefile | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/freebsd/applications/internet/knmap/Makefile b/freebsd/applications/internet/knmap/Makefile new file mode 100644 index 000000000..783a9528e --- /dev/null +++ b/freebsd/applications/internet/knmap/Makefile @@ -0,0 +1,38 @@ +# -*-mode: makefile-*- +# Created by: slavek.banko@axis.cz +# $FreeBSD$ +# +# TDE port map: applications/internet/knmap + +PORTSDIR?=/usr/ports +.include <${PORTSDIR}/Mk/bsd.trinity.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/internet + + +BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \ + ${TDE_PREFIX}/lib/libkonq.so:x11/tdebase-trinity \ + ${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \ + +LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface + +RUN_DEPENDS+= ${LOCALBASE}/bin/nmap: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> |