25bd37968d
create bar codes as EPS (program and library)
17 lines
389 B
Makefile
17 lines
389 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2001/07/12 21:32:53 dillo Exp $
|
|
#
|
|
|
|
DISTNAME= barcode-0.96
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=barcode/}
|
|
|
|
MAINTAINER= dillo@netbsd.org
|
|
HOMEPAGE= http://gnu.systemy.it/software/barcode/
|
|
COMMENT= create bar codes as EPS (program and library)
|
|
|
|
GNU_CONFIGURE= YES
|
|
MAKE_ENV+= AWK="${AWK}"
|
|
|
|
INFO_FILES= barcode.info
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|