pkgsrc/graphics/barcode/Makefile
wiz ce62648d51 graphics/barcode and x11/xscreensaver conflict (because of
man/man1/barcode.1). Noted by kleink in PR 29585.
2005-03-18 14:44:58 +00:00

20 lines
434 B
Makefile

# $NetBSD: Makefile,v 1.8 2005/03/18 14:44:58 wiz Exp $
#
DISTNAME= barcode-0.98
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GNU:=barcode/}
MAINTAINER= dillo@NetBSD.org
HOMEPAGE= http://ar.linux.it/software/barcode/
COMMENT= Create bar codes as EPS (program and library)
GNU_CONFIGURE= YES
MAKE_ENV+= AWK="${AWK}"
INFO_FILES= barcode.info
# man/man1/barcode.1
CONFLICTS+= xscreensaver-[0-9]*
.include "../../mk/bsd.pkg.mk"