pkgsrc/print/ijs/Makefile
jlam c3ae0d2dd0 Initial import of ijs-0.34.
IJS is a client-server protocol for transmission of raster page images.
This package provides a reference implementation of the protocol, the
design of which is still in flux.  When the protocol specification is
published, it will be authoritative.  Applications should feel free to
link against the library provided in this package, adapt that code for
their own needs, or roll a completely new implementation.
2002-09-11 18:37:09 +00:00

24 lines
631 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2002/09/11 18:37:09 jlam Exp $
DISTNAME= ijs-0.34
CATEGORIES= print
MASTER_SITES= http://www.linuxprinting.org/ijs/download/
MAINTAINER= jlam@netbsd.org
HOMEPAGE= http://www.linuxprinting.org/ijs/
COMMENT= protocol library for raster page transmission
USE_BUILDLINK2= # defined
USE_GMAKE= # defined
USE_LIBTOOL= # defined
GNU_CONFIGURE= # defined
ALL_TARGET= libijs.la
MAKE_ENV+= XCFLAGS="${CFLAGS}"
MAKE_ENV+= IJS_VERSION_INFO="0:0"
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ijs
${INSTALL_DATA} ${WRKSRC}/ijs_spec.pdf ${PREFIX}/share/doc/ijs
.include "../../mk/bsd.pkg.mk"