diff options
author | Slávek Banko <[email protected]> | 2019-03-18 02:25:34 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-03-18 02:25:34 +0100 |
commit | c50beef08d80ff3caaf68951f1d0b3843182a4f1 (patch) | |
tree | ff0ce343fb3cce8c222c6077bfb1320457425b01 /freebsd/applications/kcmautostart/Makefile | |
parent | ef2bc56fd3d1478d216ab499f9801610cec61a0f (diff) | |
download | tde-packaging-c50beef08d80ff3caaf68951f1d0b3843182a4f1.tar.gz tde-packaging-c50beef08d80ff3caaf68951f1d0b3843182a4f1.zip |
FreeBSD: Update for final release R14.0.6
Add ports for bunch of applications.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'freebsd/applications/kcmautostart/Makefile')
-rw-r--r-- | freebsd/applications/kcmautostart/Makefile | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/freebsd/applications/kcmautostart/Makefile b/freebsd/applications/kcmautostart/Makefile new file mode 100644 index 000000000..4b01e1187 --- /dev/null +++ b/freebsd/applications/kcmautostart/Makefile @@ -0,0 +1,34 @@ +# -*-mode: makefile-*- +# Created by: [email protected] +# $FreeBSD$ +# + +.include <../../trinity.port.mk> + +PORTNAME= kcontrol-autostart-trinity +COMMENT= autostart module for the Trinity control center +TDE_PREVERSION= +MASTER_SITE_SUBDIR= k/${PORTNAME} +PORTREVISION= 0 +CATEGORIES= x11 +DIST_SUBDIR= TDE/applications +DISTSRC= kcmautostart-trinity-${TDE_VERSION}${TDE_PREVERSION} + + +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 + +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> |