pkgsrc/textproc/diction/Makefile
reed ce2ebf2902 Fix mistake in patch that linked diction to create style!
So style command was actually the diction command.
I guess nobody else used this.
2011-08-05 15:40:47 +00:00

25 lines
581 B
Makefile

# $NetBSD: Makefile,v 1.12 2011/08/05 15:40:47 reed Exp $
DISTNAME= diction-1.11
PKGREVISION= 2
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"