17 lines
383 B
Makefile
17 lines
383 B
Makefile
# $NetBSD: Makefile,v 1.6 2003/08/09 10:53:27 seb 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"
|