1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/comms/efax-gtk/Makefile
Pawel Pekala ef1e8e4a9b - Update x11-toolkits/c++-gtk-utils to version 2.2.7
- Needs USES=libtool, drop la file
- Bump affected comms/efax-gtk (library name changed)
2014-06-03 18:36:37 +00:00

39 lines
795 B
Makefile

# Created by: Jean-Baptiste Quenot <jb.quenot@caraldi.com>
# $FreeBSD$
PORTNAME= efax-gtk
PORTVERSION= 3.2.13
PORTREVISION= 1
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:${PORTSDIR}/devel/libsigc++12 \
libcxx-gtk-utils-2-2.2.so:${PORTSDIR}/x11-toolkits/c++-gtk-utils
RUN_DEPENDS= ggv:${PORTSDIR}/print/ggv
USES= compiler:c++11-lib pkgconfig
USE_GHOSTSCRIPT_RUN=yes
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>