diff options
-rw-r--r-- | print/hpijs/Makefile | 17 | ||||
-rw-r--r-- | print/hpijs/distinfo | 2 | ||||
-rw-r--r-- | print/hpijs/pkg-descr | 4 |
3 files changed, 14 insertions, 9 deletions
diff --git a/print/hpijs/Makefile b/print/hpijs/Makefile index e1b52152070a..fda24df4424d 100644 --- a/print/hpijs/Makefile +++ b/print/hpijs/Makefile @@ -6,14 +6,14 @@ # PORTNAME= hpijs -PORTVERSION= 1.3.1 +PORTVERSION= 1.4.1 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= hpinkjet DIST_SUBDIR= ghostscript -MAINTAINER= ports@FreeBSD.org -COMMENT= The drivers and support resources for the HP Inkjet Printers +MAINTAINER= DougB@FreeBSD.org +COMMENT= Drivers and support resources for HP Inkjet Printers LIB_DEPENDS= ijs.1:${PORTSDIR}/print/libijs @@ -23,15 +23,17 @@ USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +CONFIGURE_ARGS= --disable-foomatic-install CPPFLAGS= `${IJS_CONFIG} --cflags` LDFLAGS= `${IJS_CONFIG} --libs` +CFLAGS+= -DTRACE="printf" + post-patch: @${REINPLACE_CMD} -e 's|CFLAGS="-O2 -Wall"|CFLAGS="\$$CFLAGS"|g ; \ - s|<malloc.h>|<stdlib.h>|g ; \ - s|CXXFLAGS="-O2 -Wall"|CXXFLAGS="\$$CXXFLAGS"|g' \ - ${WRKSRC}/configure + s|CXXFLAGS="-O2 -Wall"|CXXFLAGS="\$$CXXFLAGS"|g ; \ + s|<malloc\.h>|<stdlib.h>|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's| ijs.[cho]||g ; \ s| ijs_client.h||g ; \ s| ijs_server.[cho]||g ; \ @@ -45,4 +47,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/hpijs_readme.html ${DOCSDIR} .endif +post-install: + @${CAT} ${PKGMESSAGE} + .include <bsd.port.mk> diff --git a/print/hpijs/distinfo b/print/hpijs/distinfo index 19731d7891eb..21d3d15ad9c0 100644 --- a/print/hpijs/distinfo +++ b/print/hpijs/distinfo @@ -1 +1 @@ -MD5 (ghostscript/hpijs-1.3.1.tar.gz) = a2ae6ce240dd40747ea0e3731c549f81 +MD5 (ghostscript/hpijs-1.4.1.tar.gz) = fff91a62e0917a5fac6111f524ed7d21 diff --git a/print/hpijs/pkg-descr b/print/hpijs/pkg-descr index a116daaa1243..cc005662a46e 100644 --- a/print/hpijs/pkg-descr +++ b/print/hpijs/pkg-descr @@ -1,5 +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. +the GNU Ghostscript application. This driver is based on the +Hewlett-Packard Appliance APDK for deskjet printers. WWW: http://hpinkjet.sourceforge.net/ |