blob: a1f86cd604a6c20f9c3b3ba7f813a7e7628b7446 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Created by: Emil J.V. Björsell (Jev)
# $FreeBSD$
PORTNAME= barcode
PORTVERSION= 0.98
CATEGORIES= graphics
MASTER_SITES= GNU
MAINTAINER= jev@ecad.org
COMMENT= A barcode generation library along with a command line frontend
BUILD_DEPENDS= gawk:${PORTSDIR}/lang/gawk
GNU_CONFIGURE= yes
INFO= barcode
.include <bsd.port.mk>
|