2002-11-17 20:52:08 +01:00
|
|
|
# New ports collection makefile for: gtklp
|
|
|
|
# Date created: 22 Oct 2002
|
|
|
|
# Whom: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gtklp
|
2007-12-15 10:43:26 +01:00
|
|
|
PORTVERSION= 1.2.6
|
2007-07-31 09:19:37 +02:00
|
|
|
DISTVERSIONSUFFIX= .src
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 1
|
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
|
|
|
|
2003-08-17 21:14:39 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= A 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}
|
|
|
|
|
2004-05-17 20:41:12 +02:00
|
|
|
USE_GNOME= gnometarget gtk20
|
2007-02-08 22:29:31 +01:00
|
|
|
USE_GETTEXT= yes
|
2004-11-18 21:42:38 +01:00
|
|
|
USE_OPENSSL= yes
|
2009-05-16 15:28:48 +02:00
|
|
|
USE_AUTOTOOLS= automake:19: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
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}"
|
2002-11-17 20:52:08 +01:00
|
|
|
|
|
|
|
MAN1= gtklp.1 gtklpq.1
|
|
|
|
|
2009-05-24 17:40:16 +02:00
|
|
|
BROKEN= does not build
|
|
|
|
|
2002-11-17 20:52:08 +01:00
|
|
|
.include <bsd.port.mk>
|