pkgsrc/comms/efax-gtk/Makefile
adam 423db761e6 Changes 3.0.15:
* Add provision for printing and viewing the logfile
* Make the expose event handler for the drawing area of the "Fax
  from socket" notifier more efficient
* Move PrintManager class to utils sub-directory as FilePrintManager
  class and provide new TextPrintManager class
* Correctly show help dialog for GTK+ print system checkbox in
  settings dialog
* Explicitly forbid copying of IntrusiveCounter and
  IntrusiveLockCounter class objects
* Do not initialise the pthread_cond_t object in a Thread::Cond
  object if the call to pthread_condattr_setclock() fails (this
  avoids a possible resource leak)
* Improve GError handling where relevant
* Change use of g_list_append() to g_list_prepend()
* Greek translation updated.
2007-10-13 17:25:19 +00:00

25 lines
715 B
Makefile

# $NetBSD: Makefile,v 1.38 2007/10/13 17:25:19 adam Exp $
DISTNAME= efax-gtk-3.0.15.src
PKGNAME= efax-gtk-3.0.15
CATEGORIES= comms
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=efax-gtk/}
EXTRACT_SUFX= .tgz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://efax-gtk.sourceforge.net/
COMMENT= GTK frontend for efax
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
USE_LANGUAGES= c c++
USE_PKGLOCALEDIR= yes
USE_TOOLS+= pkg-config
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
CONFIGURE_ARGS+= --with-spooldir=${VARBASE}/spool/efax
EGDIR= ${PREFIX}/share/examples
CONF_FILES= ${EGDIR}/efax-gtkrc ${PKG_SYSCONFDIR}/efax-gtkrc
.include "../../x11/gtkmm/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"