Add xpp-1.0, a GUI print front-end for CUPS
PR: 31005 Submitted by: "Daniel O'Connor" <darius@chowder.dons.net.au>
This commit is contained in:
parent
bf0a21e0d5
commit
45b5f0a3f9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48394
6 changed files with 38 additions and 0 deletions
|
@ -144,6 +144,7 @@
|
|||
SUBDIR += xdvi
|
||||
SUBDIR += xdvik
|
||||
SUBDIR += xmbibtex
|
||||
SUBDIR += xpp
|
||||
SUBDIR += xtem
|
||||
SUBDIR += yatex
|
||||
SUBDIR += yatex-mule
|
||||
|
|
27
print/xpp/Makefile
Normal file
27
print/xpp/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
# New ports collection makefile for: xpp
|
||||
# Date created: 3 Oct 2001
|
||||
# Whom: Daniel O'Connor <doconnor@gsoft.com.au>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xpp
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= cups
|
||||
|
||||
MAINTAINER= doconnor@gsoft.com.au
|
||||
|
||||
LIB_DEPENDS= cups:${PORTSDIR}/print/cups \
|
||||
fltk:${PORTSDIR}/x11-toolkits/fltk
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_X_PREFIX= yes
|
||||
|
||||
CONFIGURE_ENV= LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib -lcups -lfltk \
|
||||
-lGL -lXext ${PTHREAD_LIBS:S/"//g}" \
|
||||
CPPFLAGS=-I${LOCALBASE}/include
|
||||
|
||||
.include <bsd.port.mk>
|
1
print/xpp/distinfo
Normal file
1
print/xpp/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (xpp-1.0.tar.gz) = fc2649b2db29a3ae4bec6842ccd8e268
|
1
print/xpp/pkg-comment
Normal file
1
print/xpp/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
GUI print front-end for CUPS
|
7
print/xpp/pkg-descr
Normal file
7
print/xpp/pkg-descr
Normal file
|
@ -0,0 +1,7 @@
|
|||
The X Printing Panel (XPP) is a completely free (GPL) tool for easy choosing of
|
||||
the desired printer out of a list of all available printers and for setting
|
||||
printer options by an easy-to-use graphical user interface. One simply calls the
|
||||
program (xpp) instead of the usual utilities (lpr or lp) at the command line or
|
||||
out of applications.
|
||||
|
||||
WWW: http://cups.sourceforge.net/xpp/
|
1
print/xpp/pkg-plist
Normal file
1
print/xpp/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
bin/xpp
|
Loading…
Reference in a new issue