mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
22 lines
419 B
Makefile
22 lines
419 B
Makefile
# Created by: Emil J.V. Björsell (Jev)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= barcode
|
|
PORTVERSION= 0.98
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
MASTER_SITE_SUBDIR= barcode
|
|
|
|
MAINTAINER= jev@ecad.org
|
|
COMMENT= A barcode generation library along with a command line frontend
|
|
|
|
BUILD_DEPENDS= gawk:${PORTSDIR}/lang/gawk
|
|
|
|
MAN1= barcode.1
|
|
MAN3= barcode.3
|
|
GNU_CONFIGURE= yes
|
|
INFO= barcode
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|