2008-11-22 04:39:10 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.6 2008/11/22 09:39:10 jasper 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
|
2008-11-22 04:39:10 -05:00
|
|
|
PKGNAME= ${DISTNAME}p1
|
2007-03-23 00:28:26 -04:00
|
|
|
CATEGORIES= graphics
|
|
|
|
|
|
|
|
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
|
|
|
|
|
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
|
|
|
|
|
2007-03-23 03:23:09 -04:00
|
|
|
NO_REGRESS=Yes
|
|
|
|
|
2007-03-23 00:28:26 -04:00
|
|
|
.include <bsd.port.mk>
|