openbsd-ports/devel/gindent/Makefile

27 lines
705 B
Makefile
Raw Normal View History

1999-06-02 14:33:21 -04:00
# $OpenBSD: Makefile,v 1.6 1999/06/02 18:33:21 rohee Exp $
1999-06-02 14:33:21 -04:00
DISTNAME= indent-1.10.0
CATEGORIES= devel
MAINTAINER= ports@OpenBSD.ORG
1998-10-08 14:21:00 -04:00
MASTER_SITES= ${MASTER_SITE_GNU}
1999-03-06 19:14:40 -05:00
MASTER_SITE_SUBDIR= indent
1998-10-08 14:21:00 -04:00
1999-06-02 14:33:21 -04:00
GNU_CONFIGURE= yes
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/indent ${PREFIX}/bin/gindent
@${INSTALL_MAN} ${WRKSRC}/indent.1 ${PREFIX}/man/man1/gindent.1
@if [ ! -f ${PREFIX}/info/dir ]; then \
if [ -f /usr/share/info/dir ]; then \
${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
else \
touch ${PREFIX}/info/dir ; \
fi ; \
fi
@${INSTALL_DATA} ${WRKSRC}/indent.info ${PREFIX}/info
@install-info ${PREFIX}/info/indent.info ${PREFIX}/info/dir
.include <bsd.port.mk>