17 lines
485 B
Makefile
17 lines
485 B
Makefile
# $NetBSD: Makefile,v 1.7 2006/05/19 16:51:16 ykomatsu Exp $
|
|
|
|
DISTNAME= foomatic-db-3.0-20050814
|
|
CATEGORIES= print
|
|
MASTER_SITES= http://www.linuxprinting.org/download/foomatic/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.linuxprinting.org/
|
|
COMMENT= Spooler independent postscript printing filter
|
|
|
|
DEPENDS+= foomatic-filters-[0-9]*:../../print/foomatic-filters
|
|
|
|
WRKSRC= ${WRKDIR}/foomatic-db-20050729 # XXX HACK ALERT
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|