pkgsrc/comms/efax-gtk/Makefile
adam bb1d8c4c62 Changes 3.0.17:
* Replace thread-unsafe use of sigc::slot where relevant with thread
  safe callback classes
* Compile fixes for gcc-4.3
* Fix '=' for '==' error
* Remove unnecessary debugging code
* Update config.guess, config.sub, install-sh, missing and
  mkinstalldirs to automake-1.9
* Correct comments in pipes.h
2008-04-28 14:47:29 +00:00

25 lines
713 B
Makefile

# $NetBSD: Makefile,v 1.40 2008/04/28 14:47:29 adam Exp $
DISTNAME= efax-gtk-3.0.17.src
PKGNAME= efax-gtk-3.0.17
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"