pkgsrc/comms/efax-gtk/Makefile
adam 5071c8392b Changes 3.0.6:
Add simplified Chinese translation

	Provide internationalisation support for the efax program to which
	efax-gtk is a front end

	Make the fax top header line of a sent fax charset independent,
	and remove some incorrect codeset conversions

	Deal with two minor timing/race issues

	Make Notifier::make_id() a static method, since it only uses local
	or static objects

	Instead of omitting the call to setlocale() in efax/efix.c, after
	setting the locales to match their environment, reset LC_NUMERIC
	to the "C" locale

	Update Hungarian translation
2005-10-17 09:25:42 +00:00

26 lines
720 B
Makefile

# $NetBSD: Makefile,v 1.22 2005/10/17 09:25:42 adam Exp $
DISTNAME= efax-gtk-3.0.6.src
PKGNAME= efax-gtk-3.0.6
CATEGORIES= comms
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=efax-gtk/}
EXTRACT_SUFX= .tgz
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://efax-gtk.sourceforge.net/
COMMENT= GTK frontend for efax
DEPENDS+= efax>=0.9:../../comms/efax
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
USE_PKGINSTALL= yes
USE_PKGLOCALEDIR= yes
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"