2013-05-06 12:22:41 +02:00
|
|
|
# Created by: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
|
2002-11-17 20:52:08 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= gtklp
|
2012-05-25 21:48:25 +02:00
|
|
|
PORTVERSION= 1.2.9
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 1
|
2007-07-31 09:19:37 +02:00
|
|
|
DISTVERSIONSUFFIX= .src
|
2002-11-17 20:52:08 +01:00
|
|
|
CATEGORIES= print
|
2007-02-08 22:29:31 +01:00
|
|
|
MASTER_SITES= SF
|
2002-11-17 20:52:08 +01:00
|
|
|
|
2009-11-27 23:52:30 +01:00
|
|
|
MAINTAINER= sylvio@FreeBSD.org
|
2013-05-06 12:22:41 +02:00
|
|
|
COMMENT= GTK interface to cups
|
2002-11-17 20:52:08 +01:00
|
|
|
|
2009-05-16 15:28:48 +02:00
|
|
|
LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups-client
|
2002-11-17 20:52:08 +01:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
|
2013-09-02 23:16:30 +02:00
|
|
|
USES= pkgconfig
|
2011-08-11 21:20:17 +02:00
|
|
|
USE_GNOME= gtk20
|
2004-11-18 21:42:38 +01:00
|
|
|
USE_OPENSSL= yes
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= automake:env
|
2003-08-17 21:14:39 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2009-05-16 15:28:48 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2002-11-17 20:52:08 +01:00
|
|
|
|
|
|
|
MAN1= gtklp.1 gtklpq.1
|
|
|
|
|
2013-09-21 00:43:59 +02:00
|
|
|
NO_STAGE= yes
|
2013-05-06 12:22:41 +02:00
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
|
|
|
.if ${PORT_OPTIONS:MNLS}
|
2013-04-24 20:10:30 +02:00
|
|
|
USES+= gettext
|
2009-06-30 16:15:49 +02:00
|
|
|
PLIST_SUB+= NLS=""
|
|
|
|
.endif
|
2009-05-24 17:40:16 +02:00
|
|
|
|
2002-11-17 20:52:08 +01:00
|
|
|
.include <bsd.port.mk>
|