gtklp is a gtk connection to the cups printing system. --- gtklp.sh begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # gtklp # gtklp/Makefile # gtklp/distinfo # gtklp/pkg-plist # gtklp/pkg-comment # gtklp/pkg-descr # echo c - gtklp mkdir -p gtklp > /dev/null 2>&1 echo x - gtklp/Makefile sed 's/^X//' >gtklp/Makefile << 'END-of-gtklp/Makefile' X# New ports collection makefile for: gtklp X# Date created: 22 Oct 2002 X# Whom: Martin Klaffenboeck <martin.klaffenboeck@gmx.at> X# X# $FreeBSD$ X# X XPORTNAME= gtklp XPORTVERSION= 0.9m XCATEGORIES= print XMASTER_SITES= http://www.stud.uni-hannover.de/~sirtobi/gtklp/files/ XDISTNAME= ${PORTNAME}-${PORTVERSION}.src X XMAINTAINER= martin.klaffenboeck@gmx.at X XLIB_DEPENDS= cups:${PORTSDIR}/print/cups X XWRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} X XUSE_GNOMENG= yes XUSE_GNOME= gtk12 XUSE_REINPLACE= yes XGNU_CONFIGURE= yes XUSE_X_PREFIX= yes X XCONFIGURE_ENV= LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib -lcups" X XMAN1= gtklp.1 gtklpq.1 X X.include <bsd.port.mk> END-of-gtklp/Makefile echo x - gtklp/distinfo sed 's/^X//' >gtklp/distinfo << 'END-of-gtklp/distinfo' XMD5 (gtklp-0.9m.src.tar.gz) = 127063ddd6f92338b34f4c91cf8b01b9 END-of-gtklp/distinfo echo x - gtklp/pkg-plist sed 's/^X//' >gtklp/pkg-plist << 'END-of-gtklp/pkg-plist' Xbin/gtklp Xbin/gtklpq Xshare/locale/cz/LC_MESSAGES/gtklp.mo Xshare/locale/de/LC_MESSAGES/gtklp.mo Xshare/locale/en/LC_MESSAGES/gtklp.mo Xshare/locale/es/LC_MESSAGES/gtklp.mo Xshare/locale/fr/LC_MESSAGES/gtklp.mo Xshare/locale/it/LC_MESSAGES/gtklp.mo Xshare/locale/nl/LC_MESSAGES/gtklp.mo Xshare/locale/pl/LC_MESSAGES/gtklp.mo Xshare/locale/ru/LC_MESSAGES/gtklp.mo END-of-gtklp/pkg-plist echo x - gtklp/pkg-comment sed 's/^X//' >gtklp/pkg-comment << 'END-of-gtklp/pkg-comment' XA gtk interface to cups END-of-gtklp/pkg-comment echo x - gtklp/pkg-descr sed 's/^X//' >gtklp/pkg-descr << 'END-of-gtklp/pkg-descr' XThis is a gtk interface to cups. X XVisit the Webpage for further details. X XWWW: http://www.stud.uni-hannover.de/~sirtobi/gtklp/ X X- Martin Klaffenboeck <martin.klaffenboeck@gmx.at> END-of-gtklp/pkg-descr exit --- gtklp.sh ends here ---
Responsible Changed From-To: freebsd-ports->marcus I'll take this.
State Changed From-To: open->closed Committed, thanks!