openbsd-ports/graphics/barcode/Makefile

26 lines
469 B
Makefile
Raw Normal View History

2010-11-17 03:05:12 -05:00
# $OpenBSD: Makefile,v 1.8 2010/11/17 08:05:12 espie Exp $
COMMENT= convert text strings to printed bars
DISTNAME= barcode-0.98
2010-11-17 03:05:12 -05:00
REVISION = 1
CATEGORIES= graphics
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB+= c
MASTER_SITES= ${MASTER_SITE_GNU:=barcode/}
CONFIGURE_STYLE= gnu dest
2010-10-18 14:13:12 -04:00
USE_GROFF = Yes
NO_REGRESS=Yes
.include <bsd.port.mk>