diff options
author | arved <arved@FreeBSD.org> | 2002-11-23 13:07:29 +0000 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2002-11-23 13:07:29 +0000 |
commit | 9e6f5c461d10d861b074645945cef429593e8aa8 (patch) | |
tree | 1f957bfa59fff415b0ba7a28c5154730dcd4d241 /print/pup | |
parent | e08855bc3129bd08106c040ee811d2cbe36aa2d1 (diff) | |
download | FreeBSD-ports-9e6f5c461d10d861b074645945cef429593e8aa8.zip FreeBSD-ports-9e6f5c461d10d861b074645945cef429593e8aa8.tar.gz |
Add Pup. pup (Printer Utility Program) is a GUI utility for maintaining your
printer. It supports some Lexmark and HP Printers.
Submitted by: Klaus Goger <klaus.goger@reflex.at>
Diffstat (limited to 'print/pup')
-rw-r--r-- | print/pup/Makefile | 33 | ||||
-rw-r--r-- | print/pup/distinfo | 1 | ||||
-rw-r--r-- | print/pup/pkg-comment | 1 | ||||
-rw-r--r-- | print/pup/pkg-descr | 15 | ||||
-rw-r--r-- | print/pup/pkg-plist | 1 |
5 files changed, 51 insertions, 0 deletions
diff --git a/print/pup/Makefile b/print/pup/Makefile new file mode 100644 index 0000000..cf885d3 --- /dev/null +++ b/print/pup/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: pup Printer Utility Program +# Date created: 7 Nob 2002 +# Whom: Klaus Goger <klaus.goger@reflex.at> +# +# $FreeBSD$ +# + +PORTNAME= pup +PORTVERSION= 1.1 +CATEGORIES= print +MASTER_SITES= http://download.sourceforge.net/pup/ +DISTNAME= ${PORTNAME}_${PORTVERSION}_src + +MAINTAINER= klaus.goger@reflex.at + +USE_GNOMENG= yes +USE_GNOME= gtk12 +USE_REINPLACE= yes + +WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION}/ + +post-patch: + @echo ${WRKSRC} + @${REINPLACE_CMD} -e 's|gtk-config|${GTK_CONFIG}|g' ${WRKSRC}/Makefile + +.for file in lexgui.c build_choices.c proutines.c + @${REINPLACE_CMD} -e 's|<malloc.h>|<stdlib.h>|g' ${WRKSRC}/${file} +.endfor + +do-install: + @${INSTALL_PROGRAM} ${WRKSRC}/pup ${PREFIX}/bin/ + +.include <bsd.port.mk> diff --git a/print/pup/distinfo b/print/pup/distinfo new file mode 100644 index 0000000..a9bf606 --- /dev/null +++ b/print/pup/distinfo @@ -0,0 +1 @@ +MD5 (pup_1.1_src.tar.gz) = 9822effd0525f71d10b0d78d3a4b5833 diff --git a/print/pup/pkg-comment b/print/pup/pkg-comment new file mode 100644 index 0000000..ff9df68 --- /dev/null +++ b/print/pup/pkg-comment @@ -0,0 +1 @@ +A GTK+ printer setup and maintaining tool diff --git a/print/pup/pkg-descr b/print/pup/pkg-descr new file mode 100644 index 0000000..91a2b19 --- /dev/null +++ b/print/pup/pkg-descr @@ -0,0 +1,15 @@ +Pup (Printer Utility Program) is a GUI utility for maintaining your printer. + +Supports following printers + * Lexmark Optra Color 40 + Color 45 + E310 + * HP 2100M + 4000 + LJ4 Plus + +With read back additionally all PJL printers are supported. +see lptcontrol(8) + +Author: matthewsimpson@users.sourceforge.net +WWW: http://pup.sourceforge.net/ diff --git a/print/pup/pkg-plist b/print/pup/pkg-plist new file mode 100644 index 0000000..459dd5c --- /dev/null +++ b/print/pup/pkg-plist @@ -0,0 +1 @@ +bin/pup |