pkgsrc/print/gnome-print/Makefile

27 lines
719 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.21 2000/04/20 16:32:07 jlam Exp $
#
DISTNAME= gnome-print-0.18
2000-04-10 02:04:28 +02:00
CATEGORIES= print gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnome-print/}
2000-04-10 02:04:28 +02:00
MAINTAINER= rh@netbsd.org
HOMEPAGE= http://www.levien.com/gnome/print-arch.html
2000-04-10 02:04:28 +02:00
DEPENDS+= gnome-libs>=1.0.56:../../x11/gnome-libs
DEPENDS+= libxml>=1.8.5:../../textproc/libxml
DEPENDS+= ghostscript*-5.50nb2:../../print/ghostscript5
2000-04-10 02:04:28 +02:00
USE_LIBTOOL= # defined
USE_X11BASE= # defined
GNU_CONFIGURE= # defined
CONFIGURE_ENV+= GHOSTSCRIPT=${LOCALBASE}/bin/gs
2000-04-10 02:04:28 +02:00
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
.include "../../mk/bsd.pkg.mk"