openbsd-ports/graphics/dmtx-utils/Makefile
sthen 88ea72915d Change SEPARATE_BUILD=(concurrent|simple) to Yes; bsd.port.mk doesn't
make a distinction between these.  ok aja@ dcoppa@
2012-03-29 13:38:12 +00:00

33 lines
947 B
Makefile

# $OpenBSD: Makefile,v 1.4 2012/03/29 13:38:31 sthen Exp $
COMMENT = tools for handling data matrix barcodes
DISTNAME = dmtx-utils-0.7.4
REVISION = 1
CATEGORIES = graphics
HOMEPAGE = http://www.libdmtx.org/
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=libdmtx/}
# LGPLv2
PERMIT_PACKAGE_FTP = Yes
PERMIT_PACKAGE_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
WANTLIB += ICE MagickCore MagickWand SM X11 Xext Xt bz2 c djvulibre
WANTLIB += dmtx expat fftw3 fontconfig freetype iconv jasper jbig jpeg
WANTLIB += lcms2 ltdl lzma png pthread tiff wmf wmflite xcb xml2
WANTLIB += m z
# XXX ImageMagick-*-!no_x11 conflicts in bulk; disabled in ../Makefile for now
LIB_DEPENDS += ImageMagick-*-!no_x11:graphics/ImageMagick \
graphics/libdmtx
SEPARATE_BUILD = Yes
CONFIGURE_STYLE = gnu
CONFIGURE_ENV += CPPFLAGS="-I${LOCALBASE}/include"
.include <bsd.port.mk>