mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
12846e1021
bouncing for 4 months.
28 lines
627 B
Makefile
28 lines
627 B
Makefile
# New ports collection makefile for: indent
|
|
# Date created: 28 August 1997
|
|
# Whom: Kapil Chowksey <kchowksey@hss.hns.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gindent
|
|
PORTVERSION= 2.2.2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
MASTER_SITE_SUBDIR= indent
|
|
DISTNAME= indent-${PORTVERSION}
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= indent.1
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/indent ${PREFIX}/bin/gindent
|
|
${INSTALL_DATA} ${WRKSRC}/indent.info ${PREFIX}/info
|
|
${INSTALL_MAN} ${WRKSRC}/indent.1 ${PREFIX}/man/man1
|
|
|
|
post-install:
|
|
@install-info ${PREFIX}/info/indent.info ${PREFIX}/info/dir
|
|
|
|
.include <bsd.port.mk>
|