openbsd-ports/textproc/wdiff/Makefile
1998-05-17 04:47:36 +00:00

26 lines
543 B
Makefile

# OpenBSD makefile for: wdiff
# Version required: 0.5
# Date created: May 16 1998
# Whom: Angelos D. Keromytis
#
# $OpenBSD: Makefile,v 1.1.1.1 1998/05/17 04:47:36 angelos Exp $
#
DISTNAME= wdiff-0.5
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GNU}
MAINTAINER= angelos@openbsd.org
GNU_CONFIGURE= yes
MAN1= wdiff.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/wdiff.info ${PREFIX}/info/dir
.include <bsd.port.mk>