57ac2fcfb7
KBarcode 2.0.5 brings many bug fixes and a greatly improved data import wizard. TBarcode2 detection was fixed in this release along with checksum for TBarcode2. A major bug in printing address labels from the KDE addressbook was fixed. A new version of Barcode Writer in Pure Postscript was added to this release, which brings several new barcode types to KBarcode. Importing data is now possible from fixed format files, too. The import wizard was optimized to work on really large data files.
24 lines
645 B
Makefile
24 lines
645 B
Makefile
# $NetBSD: Makefile,v 1.16 2006/11/08 10:01:33 markd Exp $
|
|
|
|
DISTNAME= kbarcode-2.0.5
|
|
CATEGORIES= graphics kde
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kbarcode/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.kbarcode.net/
|
|
COMMENT= KDE barcode and label printing application
|
|
|
|
USE_DIRS+= xdg-1.1
|
|
USE_TOOLS+= gmake gs:run perl
|
|
USE_LANGUAGES= c c++
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
DEPENDS+= barcode-[0-9]*:../../graphics/barcode
|
|
|
|
# Works only with KDE 3.3.x
|
|
BUILDLINK_API_DEPENDS.kdelibs+= kdelibs>=3.3.0
|
|
|
|
.include "../../meta-pkgs/kde3/kde3.mk"
|
|
.include "../../x11/kdelibs3/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|