summaryrefslogtreecommitdiff
path: root/net/remmina-plugins/bsd.plugin.mk
blob: b3bddae93615b354071bc1b621b9cad471dbaedc (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
.if defined(PKGNAMESUFFIX)

PORTNAME=	remmina-plugin

MASTER_SITES=	SF/remmina/0.9
DISTNAME=	remmina-plugins-${PORTVERSION}
DISTFILES=	${DISTNAME}.tar.gz

BUILD_DEPENDS+=	${LOCALBASE}/include/remmina/plugin.h:${PORTSDIR}/net/remmina
RUN_DEPENDS+=	remmina:${PORTSDIR}/net/remmina

GNU_CONFIGURE=	yes
USE_GMAKE=	yes
USE_GNOME=	glib20 gtk20
INSTALLS_ICONS=	yes
LDFLAGS+=	-L${LOCALBASE}/lib ${PTHREAD_LIBS}
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
		LDFLAGS="${LDFLAGS}"
CONFIGURE_ARGS+=--disable-nx --disable-rdp --disable-ssh --disable-telepathy \
		--disable-vnc --disable-xdmcp --disable-nls

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

.include <bsd.port.pre.mk>

.if ${PKGNAMESUFFIX} == "-i18n"
CONFIGURE_ARGS+=--enable-nls
PLIST=		${.CURDIR}/pkg-plist
.else
CONFIGURE_ARGS+=--enable${PKGNAMESUFFIX}
PLIST_SUB+=	PLUGIN="${PKGNAMESUFFIX:S,-,,}"
PLIST=		${PKGDIR}/pkg-plist.plugin

.if defined(WITH_TELEP)
PLIST_SUB+=	TELEP="" ICONS="@comment "
.else
PLIST_SUB+=	TELEP="@comment " ICONS=""
.endif
.if defined(WITH_SSH)
LIB_DEPENDS+=	ssh.4:${PORTSDIR}/security/libssh
CONFIGURE_ARGS+=--enable-ssh
PLIST_SUB+=	SSH="@comment "
.if ${OSVERSION} >= 800040
LDFLAGS+=	-fstack-protector
.endif
.else
PLIST_SUB+=	SSH=""
.endif

.if !defined(WITHOUT_NLS)
RUN_DEPENDS+=	${LOCALBASE}/share/locale/bg/LC_MESSAGES/remmina-plugins.mo:${PORTSDIR}/net/remmina-plugin-i18n
.endif

.endif

.include <bsd.port.post.mk>
.endif