mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
27 lines
647 B
Makefile
27 lines
647 B
Makefile
# New ports collection makefile for: indent
|
|
# Version required: 1.10.0
|
|
# Date created: 28 August 1997
|
|
# Whom: Kapil Chowksey <kchowksey@hss.hns.com>
|
|
#
|
|
# $Id: Makefile,v 1.3 1999/06/05 22:28:49 mharo Exp $
|
|
#
|
|
|
|
DISTNAME= indent-1.10.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
MASTER_SITE_SUBDIR= indent
|
|
|
|
MAINTAINER= kchowksey@hss.hns.com
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= indent.1
|
|
|
|
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>
|