blob: 1cd0f81bb41fe433e7be11e9b18a9b6170969445 (
plain)
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
|
# Created by: Jean-Baptiste Quenot <jb.quenot@caraldi.com>
# $FreeBSD$
PORTNAME= efax-gtk
PORTVERSION= 3.2.13
PORTREVISION= 6
CATEGORIES= comms
MASTER_SITES= SF
EXTRACT_SUFX= .src.tgz
MAINTAINER= pawel@FreeBSD.org
COMMENT= GUI frontend for efax program
LICENSE= GPLv2
LIB_DEPENDS= libsigc-1.2.so:devel/libsigc++12 \
libcxx-gtk-utils-2-2.2.so:x11-toolkits/c++-gtk-utils
RUN_DEPENDS= ggv:print/ggv
USES= compiler:c++11-lib ghostscript:run pkgconfig
USE_GNOME= gtk20
GNU_CONFIGURE= yes
CONFLICTS= efax-[0-9]*
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -pthread -lintl
CONFIGURE_ARGS+=--with-gtk-version=gtk2
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_CONFIGURE_OFF= --disable-nls
NLS_USES= gettext
.include <bsd.port.mk>
|