blob: 519c1a385ea66f5eb1db0879ff6b9766b887f271 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# $NetBSD: Makefile,v 1.14 1999/03/22 16:08:31 bad Exp $
# FreeBSD Id: Makefile,v 1.1.1.1 1997/08/29 09:20:00 obrien Exp
#
DISTNAME= indent-1.9.1
PKGNAME= gindent-1.9.1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=/indent/}
MAINTAINER= kchowksey@hss.hns.com
HOMEPAGE= http://www.gnu.org/software/indent/indent.html
GNU_CONFIGURE= yes
INFO_FILES= gindent.info
MAKEFILE= makefile
# agc - force makeinfo to create a new info file with the Dir info.
pre-install:
@rm -f indent.info
.include "../../mk/bsd.pkg.mk"
|