blob: c6a29a46a77fcda7c9abaa94610de3f401ab42d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# $NetBSD: Makefile,v 1.13 2012/02/16 19:49:04 hans 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
LIBS.SunOS+= -lintl
.include "options.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|