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
|
2000-11-21 16:00:03 +00:00
|
|
|
PORTVERSION= 2.2.6
|
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
|
|
|
|
2000-11-21 16:00:03 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
1997-08-29 09:20:02 +00:00
|
|
|
|
2000-11-21 16:00:03 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --program-prefix=g
|
1999-07-16 04:45:50 +00:00
|
|
|
|
2000-11-21 16:00:03 +00:00
|
|
|
MAN1= gindent.1
|
1997-08-29 09:20:02 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|