openbsd-ports/print/ijs/Makefile
ajacoutot c511a05809 Import ijs-0.35
IJS is, first and foremost, a protocol for transmission of raster page
images. This snapshot 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.


first step at importing Jacob Meuser (jakemsr@)'s work on printing
from an ok jakemsr@ (with some small tweaks by me)
2007-09-03 09:20:54 +00:00

34 lines
787 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2007/09/03 09:20:54 ajacoutot Exp $
COMMENT= raster image transmission library
DISTNAME= ijs-0.35
CATEGORIES= print
SHARED_LIBS= ijs 0.0
HOMEPAGE= http://www.linuxprinting.org/ijs/
MAINTAINER= Jacob Meuser <jakemsr@openbsd.org>
# MIT
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}/download/
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED} --enable-static
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ijs
${INSTALL_DATA} ${WRKSRC}/ijs_spec.pdf ${PREFIX}/share/doc/ijs
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/ijs
${INSTALL_DATA} ${WRKSRC}/ijs_*_example.c \
${PREFIX}/share/examples/ijs
.include <bsd.port.mk>