mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
5ce8e8e5c7
in bsd.port.mk and this helps to unify the check and install.
26 lines
686 B
Makefile
26 lines
686 B
Makefile
# New ports collection makefile for: indent
|
|
# Version required: 1.9.1
|
|
# Date created: 28 August 1997
|
|
# Whom: Kapil Chowksey <kchowksey@hss.hns.com>
|
|
#
|
|
# $Id: Makefile,v 1.2 1999/01/27 07:41:06 fenner Exp $
|
|
#
|
|
|
|
DISTNAME= indent-1.9.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
MASTER_SITE_SUBDIR= indent
|
|
|
|
MAINTAINER= kchowksey@hss.hns.com
|
|
|
|
MAN1= indent.1
|
|
|
|
post-install:
|
|
@mv ${PREFIX}/bin/indent ${PREFIX}/bin/indent
|
|
@strip ${PREFIX}/bin/indent
|
|
@test -d ${PREFIX}/info || ${MKDIR} ${PREFIX}/info \
|
|
&& chmod a+rx ${PREFIX}/info
|
|
@install-info ${PREFIX}/info/indent.info ${PREFIX}/info/dir
|
|
|
|
.include <bsd.port.mk>
|