mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
c14babe5cd
Add -knf for FreeBSD's use. Remove duplicated code that wasn't kept in-sync by using some macros.
25 lines
480 B
Makefile
25 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>
|