diff options
Diffstat (limited to 'freebsd/applications/settings/tdesudo')
-rw-r--r-- | freebsd/applications/settings/tdesudo/Makefile | 38 | ||||
-rw-r--r-- | freebsd/applications/settings/tdesudo/distinfo | 3 | ||||
-rw-r--r-- | freebsd/applications/settings/tdesudo/pkg-descr | 4 | ||||
-rw-r--r-- | freebsd/applications/settings/tdesudo/pkg-plist | 11 |
4 files changed, 56 insertions, 0 deletions
diff --git a/freebsd/applications/settings/tdesudo/Makefile b/freebsd/applications/settings/tdesudo/Makefile new file mode 100644 index 000000000..6b616e2d5 --- /dev/null +++ b/freebsd/applications/settings/tdesudo/Makefile @@ -0,0 +1,38 @@ +# -*-mode: makefile-*- +# Created by: slavek.banko@axis.cz +# $FreeBSD$ +# +# TDE port map: applications/settings/tdesudo + +PORTSDIR?=/usr/ports +.include <${PORTSDIR}/Mk/bsd.trinity.mk> + +PORTNAME= tdesudo-trinity +COMMENT= sudo frontend for Trinity +TDE_PREVERSION= +MASTER_SITE_SUBDIR= t/${PORTNAME} +PORTREVISION= 0 +CATEGORIES= security x11 +DIST_SUBDIR= TDE/applications/settings + +RUN_DEPENDS+= sudo:security/sudo + +BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \ + ${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \ + +LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface + + +# Build +post-patch: tde-pathfix + +do-configure: tde-cmake-prepare + ${TDE_CMAKE_CONFIGURE} \ + -DBUILD_ALL="ON" \ + -DWITH_ALL_OPTIONS="ON" + +do-build: tde-cmake-build + +do-install: tde-cmake-install + +.include <bsd.port.mk> diff --git a/freebsd/applications/settings/tdesudo/distinfo b/freebsd/applications/settings/tdesudo/distinfo new file mode 100644 index 000000000..1e329e7b2 --- /dev/null +++ b/freebsd/applications/settings/tdesudo/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1682001674 +SHA256 (TDE/applications/settings/tdesudo-trinity_14.1.0.orig.tar.xz) = 2390b235e3e0a2cc1732eb955ca7c1bc5e3db0f8606a5b0c77e68c34f749aaa6 +SIZE (TDE/applications/settings/tdesudo-trinity_14.1.0.orig.tar.xz) = 28944 diff --git a/freebsd/applications/settings/tdesudo/pkg-descr b/freebsd/applications/settings/tdesudo/pkg-descr new file mode 100644 index 000000000..dcd42fec2 --- /dev/null +++ b/freebsd/applications/settings/tdesudo/pkg-descr @@ -0,0 +1,4 @@ +sudo frontend for Trinity + +TDESudo is a graphical frontend for the sudo utility. +It allows you to run programs as another user by entering your password. diff --git a/freebsd/applications/settings/tdesudo/pkg-plist b/freebsd/applications/settings/tdesudo/pkg-plist new file mode 100644 index 000000000..267dc4a33 --- /dev/null +++ b/freebsd/applications/settings/tdesudo/pkg-plist @@ -0,0 +1,11 @@ +bin/tdesudo +share/doc/tde/HTML/en/tdesudo/common +share/doc/tde/HTML/en/tdesudo/index.cache.bz2 +share/doc/tde/HTML/en/tdesudo/index.docbook +share/locale/de/LC_MESSAGES/tdesudo.mo +share/locale/fr/LC_MESSAGES/tdesudo.mo +share/locale/nl/LC_MESSAGES/tdesudo.mo +share/locale/pt/LC_MESSAGES/tdesudo.mo +share/locale/ru/LC_MESSAGES/tdesudo.mo +share/locale/tr/LC_MESSAGES/tdesudo.mo +share/man/man1/tdesudo.1.gz |