blob: c23a144d513be67ff1b0ac6ceab0f37c22e6b798 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: Makefile,v 1.3 2003/03/16 14:02:23 cjep Exp $
DISTNAME= diction-1.02
CATEGORIES= textproc
MASTER_SITES= http://www.moria.de/~michael/diction/
MAINTAINER= xs@nitric.net
HOMEPAGE= http://www.gnu.org/software/diction/diction.html
COMMENT= GNU version of diction and style
GNU_CONFIGURE= YES
CONFIG_GUESS_OVERRIDE= ${WRKSRC}/config.guess
CONFIG_SUB_OVERRIDE= ${WRKSRC}/config.sub
.include "../../mk/bsd.pkg.mk"
|