8da2d02d08
pkgsrc changes: - Remove patch-gtklp_gtklp.h (no longer needed) Changes: 1.3.3 ----- - code cleanups and small fixes 1.3.2 ------ - support for custom page sizes - new option "-F" to hide FileTab if file is given. - Fix display of file arguments passed on the commandline. - merge some small fixes - fixed danish translation, thanks to scootergrisen - fixed dutch translation, thanks to Pander 1.3.1 ------ - spanish translation updated, thanks to Jose Luis Tirado - new croatian translation, thanks to Zoran Spoja 1.3.0 ------ - favorite printers patch, thanks to Amon Ott - bugfixes and non-utf8-enhancements, thanks to Oleh Nykyforchyn - fixes for autoconf/automake chain 1.2.10 ------ - patch to work with AppArmor, thanks to Andreas Bolsch - patch to compile against cups 1.6.0, thanks to Eric 1.2.9 ----- - always use -lX11 - print jobs not shown in gtklpq - setting port for gtklpq not possible - compile with X11-Libs - code cleanups 1.2.8a ------ - patch to compile with cups 1.5, thanks to Bengt Ahlgren 1.2.8 ----- - remove "waiting" window - new russian translation
22 lines
586 B
Makefile
22 lines
586 B
Makefile
# $NetBSD: Makefile,v 1.50 2018/07/02 19:39:13 leot Exp $
|
|
#
|
|
|
|
DISTNAME= gtklp-1.3.3
|
|
CATEGORIES= print
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtklp/}
|
|
EXTRACT_SUFX= .src.tar.gz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://gtklp.sourceforge.net/
|
|
COMMENT= CUPS frontend using GTK
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_TOOLS+= pkg-config msgfmt
|
|
MAKE_FLAGS+= install_sh=${WRKSRC}/install-sh
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../print/cups-base/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|