freebsd-ports/comms/efax-gtk/Makefile

38 lines
751 B
Makefile
Raw Normal View History

# Created by: Jean-Baptiste Quenot <jb.quenot@caraldi.com>
# $FreeBSD$
PORTNAME= efax-gtk
2014-04-25 18:34:11 +02:00
PORTVERSION= 3.2.13
PORTREVISION= 7
CATEGORIES= comms
MASTER_SITES= SF
EXTRACT_SUFX= .src.tgz
MAINTAINER= ports@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
2011-12-23 17:58:33 +01:00
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
2012-06-08 00:44:21 +02:00
.include <bsd.port.mk>