2012-09-03 23:40:33 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.9 2012/09/04 03:40:33 jeremy Exp $
|
2007-03-23 00:28:26 -04:00
|
|
|
|
2007-09-15 16:12:08 -04:00
|
|
|
COMMENT= convert text strings to printed bars
|
2007-03-23 00:28:26 -04:00
|
|
|
|
2007-09-16 16:39:56 -04:00
|
|
|
DISTNAME= barcode-0.98
|
2012-09-03 23:40:33 -04:00
|
|
|
REVISION = 2
|
2007-03-23 00:28:26 -04:00
|
|
|
CATEGORIES= graphics
|
|
|
|
|
2008-11-22 04:39:10 -05:00
|
|
|
# GPLv2
|
2007-03-23 00:28:26 -04:00
|
|
|
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
|
2007-03-23 03:23:09 -04:00
|
|
|
NO_REGRESS=Yes
|
|
|
|
|
2007-03-23 00:28:26 -04:00
|
|
|
.include <bsd.port.mk>
|