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/libkexiv2/Makefile

36 lines
741 B

# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../../trinity.port.mk>
PORTNAME= libkexiv2-trinity
COMMENT= Trinity TQt like interface for the libexiv2 library
TDE_PREVERSION=
MASTER_SITE_SUBDIR= libk/${PORTNAME}
PORTREVISION= 0
CATEGORIES= graphics devel
DIST_SUBDIR= TDE/libraries
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/tdelibs
LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface
LIB_DEPENDS+=\
libexiv2.so:${PORTSDIR}/graphics/exiv2 \
# Build
post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DWITH_ALL_OPTIONS="ON"
do-build: tde-cmake-build
do-install: tde-cmake-install
.include <bsd.port.mk>