blob: 95eeec75fd30bc089c3e30f7093d8d0d1953d8ff (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
# Created by: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
# $FreeBSD$
PORTNAME= gtklp
PORTVERSION= 1.2.9
PORTREVISION= 1
DISTVERSIONSUFFIX= .src
CATEGORIES= print
MASTER_SITES= SF
MAINTAINER= sylvio@FreeBSD.org
COMMENT= GTK interface to cups
LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups-client
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USES= pkgconfig
USE_GNOME= gtk20
USE_OPENSSL= yes
USE_AUTOTOOLS= automake:env
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
MAN1= gtklp.1 gtklpq.1
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
USES+= gettext
PLIST_SUB+= NLS=""
.endif
.include <bsd.port.mk>
|