2012-10-22 19:33:30 +02:00
|
|
|
# Created by: Jean-Baptiste Quenot <jb.quenot@caraldi.com>
|
2004-04-17 00:54:19 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2011-12-25 12:37:18 +01:00
|
|
|
PORTNAME= efax-gtk
|
2014-04-25 18:34:11 +02:00
|
|
|
PORTVERSION= 3.2.13
|
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275
2017-09-10 22:55:38 +02:00
|
|
|
PORTREVISION= 7
|
2011-12-25 12:37:18 +01:00
|
|
|
CATEGORIES= comms
|
|
|
|
MASTER_SITES= SF
|
|
|
|
EXTRACT_SUFX= .src.tgz
|
2004-04-17 00:54:19 +02:00
|
|
|
|
2018-02-24 23:35:18 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2013-02-07 18:06:44 +01:00
|
|
|
COMMENT= GUI frontend for efax program
|
2004-04-17 00:54:19 +02:00
|
|
|
|
2011-12-25 12:37:18 +01:00
|
|
|
LICENSE= GPLv2
|
2010-11-17 23:01:27 +01:00
|
|
|
|
2016-04-01 15:29:15 +02:00
|
|
|
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
|
2011-12-23 17:58:33 +01:00
|
|
|
|
2015-07-16 22:53:28 +02:00
|
|
|
USES= compiler:c++11-lib ghostscript:run pkgconfig
|
2013-06-02 13:54:07 +02:00
|
|
|
USE_GNOME= gtk20
|
2011-12-25 12:37:18 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2010-10-15 03:25:19 +02:00
|
|
|
|
2012-06-06 21:30:28 +02:00
|
|
|
CONFLICTS= efax-[0-9]*
|
|
|
|
|
2013-02-07 18:06:44 +01:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib -pthread -lintl
|
2010-10-15 03:25:19 +02:00
|
|
|
|
2011-12-25 12:37:18 +01:00
|
|
|
CONFIGURE_ARGS+=--with-gtk-version=gtk2
|
2010-10-15 03:25:19 +02:00
|
|
|
|
2013-07-10 21:41:30 +02:00
|
|
|
OPTIONS_DEFINE= NLS
|
|
|
|
OPTIONS_SUB= yes
|
|
|
|
|
|
|
|
NLS_CONFIGURE_OFF= --disable-nls
|
|
|
|
NLS_USES= gettext
|
2012-06-08 00:44:21 +02:00
|
|
|
|
2004-10-27 09:01:11 +02:00
|
|
|
.include <bsd.port.mk>
|