dce65f72d2
The following things have been changed compared to version 1.12: o Corrected German message catalog o Changes to English diction file o Fixed ellipsis handling
25 lines
572 B
Makefile
25 lines
572 B
Makefile
# $NetBSD: Makefile,v 1.16 2015/01/16 11:49:07 wiz Exp $
|
|
|
|
DISTNAME= diction-1.13
|
|
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
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
USE_PKGLOCALEDIR= YES
|
|
GNU_CONFIGURE= YES
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= gmake msgfmt
|
|
|
|
USE_FEATURES+= getopt_long regcomp snprintf
|
|
|
|
LIBS.SunOS+= -lintl
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|