pkgsrc/comms/efax-gtk/Makefile
adam 09458e4f15 Changes 3.0.16:
* Provide an option for prepending a standard prefix on dialling
* Implement start_iowatch() without a sigc::signal object (that is,
  using only a sigc::slot object for the callback)
* Corrections to syntax of efax-gtk.1 (man file) and
  efax-gtk.desktop.
* Add reference to -e option in efax man file
* Add more robust checking of whether an existing instance of
  efax-gtk is running when another instance is started
* Correct conditional compilation for use of GTK+ printing system to
  check for version 2.10
* Update comments on threading in prog_defs.h
* Update Catalan translation
* Update README file
2007-12-16 16:41:47 +00:00

25 lines
713 B
Makefile

# $NetBSD: Makefile,v 1.39 2007/12/16 16:41:47 adam Exp $
DISTNAME= efax-gtk-3.0.16.src
PKGNAME= efax-gtk-3.0.16
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}
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"