openbsd-ports/graphics/dmtx-utils/Makefile
nigel d0f67cb41e Add dependency on libdmtx
Ok landry@ sebastia@
2012-01-15 12:16:17 +00:00

31 lines
848 B
Makefile

# $OpenBSD: Makefile,v 1.2 2012/01/15 12:16:17 nigel Exp $
COMMENT = tools for handling data matrix barcodes
DISTNAME = dmtx-utils-0.7.4
REVISION = 0
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
LIB_DEPENDS += graphics/ImageMagick \
graphics/libdmtx
SEPARATE_BUILD = simple
CONFIGURE_STYLE = gnu
CONFIGURE_ENV += CPPFLAGS="-I${LOCALBASE}/include"
.include <bsd.port.mk>