46 lines
1.2 KiB
Makefile
Raw Normal View History

2019-11-02 12:01:13 +00:00
# $OpenBSD: Makefile,v 1.43 2019/11/02 12:01:13 ajacoutot Exp $
2017-03-07 14:21:20 +00:00
COMMENT= GTK+ frontend to CUPS
2019-11-02 12:01:13 +00:00
DISTNAME= gtklp-1.3.4
2017-03-07 14:21:20 +00:00
EXTRACT_SUFX= .src.tar.gz
2017-03-07 14:21:20 +00:00
CATEGORIES= print sysutils x11
2017-03-07 14:21:20 +00:00
HOMEPAGE= http://gtklp.sirtobi.com/
2017-03-07 14:21:20 +00:00
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
# GPLv2
PERMIT_PACKAGE= Yes
2019-06-13 15:48:50 +00:00
WANTLIB += X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama Xrandr
WANTLIB += Xrender atk-1.0 avahi-client avahi-common c cairo cups dbus-1
WANTLIB += expat ffi fontconfig freetype fribidi gdk-x11-2.0
2015-01-16 11:28:42 +00:00
WANTLIB += gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0 gmp gnutls
WANTLIB += gobject-2.0 graphite2 gthread-2.0 gtk-x11-2.0 harfbuzz
2017-03-07 14:21:20 +00:00
WANTLIB += hogweed iconv idn2 intl m nettle p11-kit pango-1.0
2019-06-13 15:48:50 +00:00
WANTLIB += pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png pthread tasn1
WANTLIB += unistring xcb xcb-render xcb-shm z
2017-03-07 14:21:20 +00:00
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtklp/}
2017-03-07 14:21:20 +00:00
LIB_DEPENDS= print/cups,-libs \
x11/gtk+2
# package is only useful if cups is installed
2017-03-07 14:21:20 +00:00
RUN_DEPENDS += print/cups
2017-03-07 14:21:20 +00:00
USE_GMAKE= Yes
2019-05-19 19:13:45 +00:00
CONFIGURE_STYLE= autoreconf
2012-11-24 17:42:31 +00:00
2019-11-02 12:01:13 +00:00
AUTOMAKE_VERSION= 1.16
2017-03-07 14:21:20 +00:00
AUTOCONF_VERSION= 2.69
BUILD_DEPENDS += devel/gettext,-tools
2013-03-15 07:40:30 +00:00
post-extract:
2017-03-07 14:21:20 +00:00
rm ${WRKSRC}/po/de.po.orig
2013-03-15 07:40:30 +00:00
.include <bsd.port.mk>