585534220c
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
25 lines
653 B
Makefile
25 lines
653 B
Makefile
# $NetBSD: Makefile,v 1.5 2005/05/22 20:08:06 jlam Exp $
|
|
|
|
DISTNAME= kbarcode-1.8.1
|
|
PKGREVISION= 2
|
|
CATEGORIES= graphics kde
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kbarcode/}
|
|
|
|
MAINTAINER= seb@NetBSD.org
|
|
HOMEPAGE= http://www.kbarcode.net/
|
|
COMMENT= KDE barcode and label printing application
|
|
|
|
USE_DIRS+= xdg-1.1
|
|
USE_TOOLS+= gmake
|
|
USE_LANGUAGES= c c++
|
|
GNU_CONFIGURE= yes
|
|
|
|
DEPENDS+= barcode-[0-9]*:../../graphics/barcode
|
|
|
|
# Works only with KDE 3.3.x
|
|
BUILDLINK_DEPENDS.kdelibs= kdelibs>=3.3.0
|
|
|
|
.include "../../meta-pkgs/kde3/kde3.mk"
|
|
.include "../../x11/kdelibs3/buildlink3.mk"
|
|
.include "../../mk/ghostscript.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|