1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/comms/efax-gtk/Makefile
Gerald Pfeifer e59c88cece 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 20:55:38 +00:00

38 lines
751 B
Makefile

# Created by: Jean-Baptiste Quenot <jb.quenot@caraldi.com>
# $FreeBSD$
PORTNAME= efax-gtk
PORTVERSION= 3.2.13
PORTREVISION= 7
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>