pkgsrc/x11/libXp/Makefile
joerg 88d55be449 Import libXp-1.0.0 from pkgsrc-wip:
The X Print Service Extension Library (libXp) provides public APIs
to allow client applications to render to non-display devices.
It can query about printers, send jobs, and more.

This is from the modular X.org.
2006-11-03 21:01:49 +00:00

27 lines
714 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2006/11/03 21:01:49 joerg Exp $
#
DISTNAME= libXp-1.0.0
CATEGORIES= x11 print
MASTER_SITES= http://xorg.freedesktop.org/releases/individual/lib/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/releases/individual/lib/
COMMENT= X Print Service Extension Library
PKG_DESTDIR_SUPPORT= user-destdir
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
GNU_CONFIGURE= yes
CONFIGURE_ENV+= LIB_MAN_SUFFIX=3
PKGCONFIG_OVERRIDE+= xp.pc.in
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/printproto/buildlink3.mk"
.include "../../x11/xextproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"