7f4572eae4
With hat: portmgr Sponsored by: Absolight
37 lines
751 B
Makefile
37 lines
751 B
Makefile
# Created by: Jean-Baptiste Quenot <jb.quenot@caraldi.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= efax-gtk
|
|
PORTVERSION= 3.2.13
|
|
PORTREVISION= 5
|
|
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>
|