25 lines
568 B
Makefile
25 lines
568 B
Makefile
# $NetBSD: Makefile,v 1.15 2012/10/25 06:55:46 asau Exp $
|
|
|
|
DISTNAME= diction-1.11
|
|
PKGREVISION= 3
|
|
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
|
|
|
|
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"
|