20 lines
320 B
Makefile
20 lines
320 B
Makefile
# $OpenBSD: Makefile,v 1.11 2015/02/16 22:57:08 naddy Exp $
|
|
|
|
COMMENT= convert text strings to printed bars
|
|
|
|
DISTNAME= barcode-0.98
|
|
REVISION = 2
|
|
CATEGORIES= graphics
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
WANTLIB+= c
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=barcode/}
|
|
|
|
CONFIGURE_STYLE= gnu dest
|
|
|
|
NO_TEST=Yes
|
|
|
|
.include <bsd.port.mk>
|