1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/devel/gindent/Makefile
1999-08-01 02:35:59 +00:00

32 lines
827 B
Makefile

# New ports collection makefile for: indent
# Version required: 2.2.0
# Date created: 28 August 1997
# Whom: Kapil Chowksey <kchowksey@hss.hns.com>
#
# $Id: Makefile,v 1.6 1999/07/16 04:45:47 cpiazza Exp $
#
DISTNAME= indent-2.2.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= indent
MAINTAINER= kchowksey@hss.hns.com
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:
@if [ ! -f ${PREFIX}/info/dir ]; then \
${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
fi
@install-info ${PREFIX}/info/indent.info ${PREFIX}/info/dir
.include <bsd.port.mk>