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
|
2013-01-02 20:11:41 +01:00
|
|
|
PORTVERSION= 3.2.11
|
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
|
|
|
|
2011-12-25 12:37:18 +01:00
|
|
|
MAINTAINER= pawel@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
|
|
|
|
2012-10-22 19:33:30 +02:00
|
|
|
LIB_DEPENDS= pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \
|
2011-12-25 12:37:18 +01:00
|
|
|
sigc-1.2.5:${PORTSDIR}/devel/libsigc++12 \
|
2012-10-22 19:33:30 +02:00
|
|
|
pcre:${PORTSDIR}/devel/pcre \
|
|
|
|
cairo:${PORTSDIR}/graphics/cairo \
|
|
|
|
jbig:${PORTSDIR}/graphics/jbigkit \
|
|
|
|
jpeg:${PORTSDIR}/graphics/jpeg \
|
|
|
|
png15:${PORTSDIR}/graphics/png \
|
|
|
|
tiff:${PORTSDIR}/graphics/tiff \
|
|
|
|
freetype:${PORTSDIR}/print/freetype2 \
|
|
|
|
expat:${PORTSDIR}/textproc/expat2 \
|
|
|
|
fontconfig:${PORTSDIR}/x11-fonts/fontconfig \
|
The FreeBSD x11 team proudly presents
an zeising, kwm, miwi, bapt, eadler production:
Xorg 7.7
Starring:
xserver 1.12.4 (new xorg only)
Mesa 8.0.4, including libGL, libGLU and dri (new xorg only)
libX11 1.5.0
libxcb 1.9
libdrm 2.4.42 (new xorg only)
freeglut 2.8.1
Also starring:
Updates to drivers and other libraries and utilities
Additional notes:
Change pkgconf to be a build dependency.
Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use
this.
Trim makefile headers.
Take maintanership of x11/xcb-proto, ok'd by ashish.
If you are running WITH_NEW_XORG=, you need to rebuild all installed
drivers, see UPDATING for more information.
Various fixes to make ports compile.
PR: ports/177942
Exp-run by: miwi
Approved by: portmgr (miwi)
Thanks to all who helped testing!
2013-05-25 16:37:02 +02:00
|
|
|
cxx-gtk-utils-2-2.0:${PORTSDIR}/x11-toolkits/c++-gtk-utils
|
2011-12-25 12:37:18 +01:00
|
|
|
RUN_DEPENDS= ggv:${PORTSDIR}/print/ggv
|
2011-12-23 17:58:33 +01:00
|
|
|
|
2013-04-28 00:09:15 +02:00
|
|
|
USES= pkgconfig iconv
|
2011-12-25 12:37:18 +01:00
|
|
|
USE_GHOSTSCRIPT_RUN=yes
|
2012-10-22 19:33:30 +02:00
|
|
|
USE_GNOME= gdkpixbuf2 gtk20
|
2011-12-25 12:37:18 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GCC= 4.4+
|
The FreeBSD x11 team proudly presents
an zeising, kwm, miwi, bapt, eadler production:
Xorg 7.7
Starring:
xserver 1.12.4 (new xorg only)
Mesa 8.0.4, including libGL, libGLU and dri (new xorg only)
libX11 1.5.0
libxcb 1.9
libdrm 2.4.42 (new xorg only)
freeglut 2.8.1
Also starring:
Updates to drivers and other libraries and utilities
Additional notes:
Change pkgconf to be a build dependency.
Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use
this.
Trim makefile headers.
Take maintanership of x11/xcb-proto, ok'd by ashish.
If you are running WITH_NEW_XORG=, you need to rebuild all installed
drivers, see UPDATING for more information.
Various fixes to make ports compile.
PR: ports/177942
Exp-run by: miwi
Approved by: portmgr (miwi)
Thanks to all who helped testing!
2013-05-25 16:37:02 +02:00
|
|
|
USE_XORG= pixman x11 xau xcb xcomposite xcursor xdamage xdmcp xext xfixes \
|
2012-10-22 19:33:30 +02:00
|
|
|
xi xinerama xrandr xrender
|
2011-12-25 12:37:18 +01:00
|
|
|
MAKE_JOBS_SAFE= yes
|
2010-10-15 03:25:19 +02:00
|
|
|
|
2012-06-06 21:30:28 +02:00
|
|
|
CONFLICTS= efax-[0-9]*
|
|
|
|
|
2011-12-25 12:37:18 +01:00
|
|
|
MAN1= efax.1 efix.1 efax-gtk.1
|
2010-10-15 03:25:19 +02:00
|
|
|
|
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
|
|
|
|
2012-06-08 00:44:21 +02:00
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
|
|
|
.if ${PORT_OPTIONS:MNLS}
|
2013-04-26 12:44:28 +02:00
|
|
|
USES+= gettext
|
2010-10-15 03:25:19 +02:00
|
|
|
PLIST_SUB+= NLS=""
|
2012-06-08 00:44:21 +02:00
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+=--disable-nls
|
|
|
|
PLIST_SUB+= NLS="@comment "
|
2010-10-15 03:25:19 +02:00
|
|
|
.endif
|
2004-04-17 00:54:19 +02:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${ECHO}
|
|
|
|
@${ECHO_CMD} "********************************************************************************"
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
@${ECHO_CMD} "********************************************************************************"
|
|
|
|
@${ECHO}
|
|
|
|
|
2004-10-27 09:01:11 +02:00
|
|
|
.include <bsd.port.mk>
|