diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-04-30 00:39:23 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-04-30 01:08:50 +0200 |
commit | de6bf490da76e05a644b8c0aeb4dc5f89722bd0f (patch) | |
tree | f71c9cdc0f5f114563f541ae44743b2e2101f55c /freebsd/tdegraphics/Makefile | |
parent | 1b9c227b484e7c9be18be2ab748e52c107928cfa (diff) | |
download | tde-packaging-de6bf490da76e05a644b8c0aeb4dc5f89722bd0f.tar.gz tde-packaging-de6bf490da76e05a644b8c0aeb4dc5f89722bd0f.zip |
FreeBSD: Update for final release R14.0.10.r14.0.10
Adjusted to new 'core' folder for main packages.
Switch several applications to CMake.
Add ports for several applications.
Updated for FreeBSD 13 release.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'freebsd/tdegraphics/Makefile')
-rw-r--r-- | freebsd/tdegraphics/Makefile | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/freebsd/tdegraphics/Makefile b/freebsd/tdegraphics/Makefile deleted file mode 100644 index 2f83209ac..000000000 --- a/freebsd/tdegraphics/Makefile +++ /dev/null @@ -1,55 +0,0 @@ -# -*-mode: makefile-*- -# Created by: slavek.banko@axis.cz -# $FreeBSD$ -# - -.include <../trinity.port.mk> - -PORTNAME= tdegraphics-trinity -COMMENT= Trinity graphics apps -TDE_PREVERSION= -MASTER_SITE_SUBDIR= t/${PORTNAME} -PORTREVISION= 0 -CATEGORIES= x11 graphics -DIST_SUBDIR= TDE - -USE_XORG+= xxf86vm - - -BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libartsc.so:${PORTSDIR}/x11/trinity/dependencies/arts \ - ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/tdelibs \ - -LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface \ - libart_lgpl_2.so:${PORTSDIR}/x11/trinity/dependencies/libart-lgpl \ - libImlib.so:${PORTSDIR}/x11/trinity/dependencies/imlib \ - -LIB_DEPENDS+=\ - libexif.so:${PORTSDIR}/graphics/libexif \ - libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \ - libfreetype.so:${PORTSDIR}/print/freetype2 \ - libfribidi.so:${PORTSDIR}/converters/fribidi \ - libglut.so:${PORTSDIR}/graphics/freeglut \ - libgphoto2.so:${PORTSDIR}/graphics/libgphoto2 \ - libOpenEXR.so:${PORTSDIR}/graphics/openexr \ - liblcms2.so:${PORTSDIR}/graphics/lcms2 \ - libpaper.so:${PORTSDIR}/print/libpaper \ - libpoppler.so:${PORTSDIR}/graphics/poppler \ - libsane.so:${PORTSDIR}/graphics/sane-backends \ - libtiff.so:${PORTSDIR}/graphics/tiff \ - -# Build -post-patch: tde-pathfix - -do-configure: tde-cmake-prepare - ${TDE_CMAKE_CONFIGURE} \ - \ - -DBUILD_ALL="ON" \ - -DWITH_TIFF="ON" \ - -DWITH_OPENEXR="ON" \ - -DWITH_PDF="ON" - -do-build: tde-cmake-build - -do-install: tde-cmake-install - -.include <bsd.port.mk> |