freebsd-ports/graphics/kxstitch/Makefile
Tobias C. Berner 45526ecbee framework: Add new USES 'magick' for graphics/ImageMagick*
A new USES has been added to depend on ImageMagick.

	USES=magick

adds a LIB_DEPENDS on graphics/ImageMagick${IMAGEMAGICK_DEFAULT}.

If a specific version is required, use for example

	USES=magick:6        resp.     USES=magick:7

If only a build, run or test is required, use for example

	USES=magick:build    resp.     USES=magick:6,build,test

If a dependency on the nox11 flavor is required, use for example

	USES=magick:nox11    resp.     USES=magick:7,nox11,run,test

See magick.mk for more details on the available flags.

The tree has been completely converted to make use of this.

Approved by:	bapt
Differential Revision: https://reviews.freebsd.org/D32754
2021-12-11 14:50:53 +01:00

21 lines
635 B
Makefile

PORTNAME= kxstitch
DISTVERSION= 2.2.0
PORTREVISION= 2
MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION}
CATEGORIES= graphics kde
MAINTAINER= kde@FreeBSD.org
COMMENT= Cross stitch pattern editor
USES= cmake compiler:c++11-lang desktop-file-utils magick:6 kde:5 qt:5 tar:xz \
xorg
USE_KDE= auth bookmarks codecs completion config configwidgets coreaddons \
i18n itemviews jobwidgets kio service solid sonnet textwidgets \
widgetsaddons xmlgui \
doctools_build
USE_QT= concurrent core dbus gui network printsupport widgets x11extras \
xml \
buildtools_build qmake_build
USE_XORG= ice sm x11 xext
.include <bsd.port.mk>