You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tde-packaging/freebsd/libraries/libkdcraw/Makefile

39 lines
816 B

# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../../trinity.port.mk>
PORTNAME= libkdcraw-trinity
COMMENT= Trinity RAW picture decoding C++ library
TDE_PREVERSION=
MASTER_SITE_SUBDIR= libk/${PORTNAME}
PORTREVISION= 0
CATEGORIES= graphics devel
DIST_SUBDIR= TDE/libraries
# Use gmake for automake build
USES= gmake
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/core/tdelibs
LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface
LIB_DEPENDS+=\
libjpeg.so:${PORTSDIR}/graphics/jpeg-turbo \
liblcms2.so:${PORTSDIR}/graphics/lcms2 \
# Build
post-patch: tde-pathfix
do-configure: tde-autotools-prepare
${TDE_AUTOTOOLS_CONFIGURE}
do-build: tde-autotools-build
do-install: tde-autotools-install
.include <bsd.port.mk>