freebsd-ports/devel/gindent/Makefile
David E. O'Brien c14babe5cd Make the Berkeley options the default vs. the GNU ones.
Add -knf for FreeBSD's use.
Remove duplicated code that wasn't kept in-sync by using some macros.
2000-12-19 19:13:50 +00:00

24 lines
480 B
Makefile

# 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>