add hpijs 1.1
The drivers and support resources for the HP Inkjet Printers PR: 37832 Submitted by: Ports Fury
This commit is contained in:
@@ -66,6 +66,7 @@
|
||||
SUBDIR += guitartex
|
||||
SUBDIR += gv
|
||||
SUBDIR += hp2xx
|
||||
SUBDIR += hpijs
|
||||
SUBDIR += html2latex
|
||||
SUBDIR += html2ps-a4
|
||||
SUBDIR += html2ps-letter
|
||||
|
||||
@@ -0,0 +1,45 @@
|
||||
# New ports collection makefile for: hpijs
|
||||
# Date created: 1 May 2002
|
||||
# Whom: ports@FreeBSD.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= hpijs
|
||||
PORTVERSION= 1.1
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= hpinkjet
|
||||
DIST_SUBDIR= ghostscript
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= ijs.1:${PORTSDIR}/print/libijs
|
||||
|
||||
IJS_CONFIG?= ${LOCALBASE}/bin/ijs-config
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
|
||||
CPPFLAGS= `${IJS_CONFIG} --cflags`
|
||||
LDFLAGS= `${IJS_CONFIG} --libs`
|
||||
|
||||
post-patch:
|
||||
@${PERL} -pi -e 's|CFLAGS="-O2 -Wall"|CFLAGS="\$$CFLAGS"|g ; \
|
||||
s|CXXFLAGS="-O2 -Wall"|CXXFLAGS="\$$CXXFLAGS"|g' \
|
||||
${WRKSRC}/configure
|
||||
@${PERL} -pi -e 's| ijs.[cho]||g ; \
|
||||
s| ijs_client.h||g ; \
|
||||
s| ijs_server.[cho]||g ; \
|
||||
s| ijs_exec_unix.[co]||g' ${WRKSRC}/Makefile.in
|
||||
@${PERL} -pi -e 's|#include <malloc.h>||g' ${WRKSRC}/platform.h
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/hpijs ${PREFIX}/bin
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/gs_hpijs.png ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/hpijs_readme.html ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
@@ -0,0 +1 @@
|
||||
MD5 (ghostscript/hpijs-1.1.tar.gz) = be2ae5eb4e80a4cdce56a11fbde655fc
|
||||
@@ -0,0 +1 @@
|
||||
The drivers and support resources for the HP Inkjet Printers
|
||||
@@ -0,0 +1,5 @@
|
||||
The Hewlett-Packard Co. Linux Inkjet Driver Project is a add-on to
|
||||
the GNU Ghostscript application. This driver is based on the Hewlett
|
||||
Packard Appliance APDK for deskjet printers.
|
||||
|
||||
WWW: http://hpinkjet.sourceforge.net/
|
||||
@@ -0,0 +1,4 @@
|
||||
bin/hpijs
|
||||
%%PORTDOCS%%share/doc/hpijs/gs_hpijs.png
|
||||
%%PORTDOCS%%share/doc/hpijs/hpijs_readme.html
|
||||
%%PORTDOCS%%@dirrm share/doc/hpijs
|
||||
Reference in New Issue
Block a user