1997-08-29 09:20:02 +00:00
|
|
|
# New ports collection makefile for: indent
|
|
|
|
# Date created: 28 August 1997
|
|
|
|
# Whom: Kapil Chowksey <kchowksey@hss.hns.com>
|
|
|
|
#
|
1999-08-25 05:57:29 +00:00
|
|
|
# $FreeBSD$
|
1997-08-29 09:20:02 +00:00
|
|
|
#
|
1999-06-28 19:12:19 +00:00
|
|
|
|
2000-04-11 21:30:15 +00:00
|
|
|
PORTNAME= gindent
|
|
|
|
PORTVERSION= 2.2.2
|
1999-10-01 01:50:35 +00:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
1999-01-27 07:41:29 +00:00
|
|
|
MASTER_SITE_SUBDIR= indent
|
2000-04-11 21:30:15 +00:00
|
|
|
DISTNAME= indent-${PORTVERSION}
|
1997-08-29 09:20:02 +00:00
|
|
|
|
1999-06-28 19:12:19 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
1999-10-01 01:50:35 +00:00
|
|
|
MAN1= indent.1
|
1997-08-29 09:20:02 +00:00
|
|
|
|
1999-07-16 04:45:50 +00:00
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/indent ${PREFIX}/bin/gindent
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/indent.info ${PREFIX}/info
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/indent.1 ${PREFIX}/man/man1
|
|
|
|
|
1997-08-29 09:20:02 +00:00
|
|
|
post-install:
|
|
|
|
@install-info ${PREFIX}/info/indent.info ${PREFIX}/info/dir
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|