summaryrefslogblamecommitdiff
path: root/devel/gindent/Makefile
blob: 4d27b3468b5502cd778b1cdba26b4c6bd72aa625 (plain) (tree)
1
2
3
4
5
6
7
8
9
         
                                             


                                                             
           
 
 
                       
                     

                                  
                              
                                     
 
                                  
 

                                  
                                   
 
                         

                      
# ex:ts=8
# New ports collection makefile for:   indent
# Date created:        28 August 1997
# Whom:                Kapil Chowksey <kchowksey@hss.hns.com>
#
# $FreeBSD$
#

PORTNAME=	gindent
PORTVERSION=	2.2.6
CATEGORIES=	devel
MASTER_SITES=	${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR=	indent
DISTNAME=	indent-${PORTVERSION}

MAINTAINER=	obrien@FreeBSD.org

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--program-prefix=g
MAKE_ARGS=	BERKELEY_DEFAULTS=1

MAN1=		gindent.1

.include <bsd.port.mk>