openbsd-ports/print/gtklp/Makefile
ajacoutot 839c070db6 Import gtklp-1.2.6
GtkLP is a graphical frontend for CUPS, the Common UNIX Printing System.
It is used to have an easy (and graphical) access to all of the many
options of cups-managed printers.

"this can go in" bernd@
2008-05-17 13:29:29 +00:00

46 lines
1002 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2008/05/17 13:29:29 ajacoutot Exp $
COMMENT= GTK+2 frontend to CUPS
DISTNAME= gtklp-1.2.6
CATEGORIES= print sysutils x11
EXTRACT_SUFX= .src.tar.gz
HOMEPAGE= http://gtklp.sourceforge.net/
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtklp/}
WANTLIB= X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \
Xi Xinerama Xrandr Xrender atk-1.0 c cairo crypto \
expat fontconfig freetype glib-2.0 glitz gmodule-2.0 \
gobject-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0 \
png pthread ssl z
MODULES= devel/gettext
LIB_DEPENDS= gdk-x11-2.0,gdk_pixbuf-2.0,gtk-x11-2.0::x11/gtk+2 \
cups.>=3::print/cups
USE_X11= Yes
USE_LIBTOOL= Yes
USE_GMAKE= Yes
MAKE_FILE= Makefile.fallback
CFLAGS+= -DHAVE_LIBSSL
NO_REGRESS= Yes
pre-configure:
${SUBST_CMD} ${WRKSRC}/Makefile.fallback
.include <bsd.port.mk>