17 lines
355 B
Makefile
17 lines
355 B
Makefile
PORTNAME= barcode
|
|
PORTVERSION= 0.98
|
|
PORTREVISION= 1
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= GNU
|
|
|
|
MAINTAINER= jev@ecad.org
|
|
COMMENT= Barcode generation library and command-line frontend
|
|
WWW= https://www.gnu.org/software/barcode/
|
|
|
|
BUILD_DEPENDS= gawk:lang/gawk
|
|
|
|
MAKE_ARGS= INFODIR=${PREFIX}/${INFO_PATH}
|
|
GNU_CONFIGURE= yes
|
|
INFO= barcode
|
|
|
|
.include <bsd.port.mk>
|