pkgsrc/textproc/diction/Makefile
bjs bead27ba09 Update to version 1.11. While here: libtoolize, switch to gmake
(generating po files properly seems to need this), add pcre support.

Changes before version 1.10 are unavailable.

The following things have been changed compared to version 1.10:

o  Bugfix in ellipsis processing
o  Support for Dutch
o  GPL 3.0
o  Use autoconf 2.61
2007-12-04 00:57:37 +00:00

24 lines
565 B
Makefile

# $NetBSD: Makefile,v 1.10 2007/12/04 00:57:37 bjs Exp $
DISTNAME= diction-1.11
CATEGORIES= textproc
MASTER_SITES= http://www.moria.de/~michael/diction/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/diction/diction.html
COMMENT= GNU version of diction and style
PKG_DESTDIR_SUPPORT= user-destdir
USE_PKGLOCALEDIR= YES
GNU_CONFIGURE= YES
USE_LIBTOOL= yes
USE_TOOLS+= gmake msgfmt
USE_FEATURES+= getopt_long regcomp snprintf
.include "options.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"