openbsd-ports/textproc/wdiff/Makefile

33 lines
701 B
Makefile
Raw Normal View History

1998-05-17 00:47:36 -04:00
# OpenBSD makefile for: wdiff
# Version required: 0.5
# Date created: May 16 1998
# Whom: Angelos D. Keromytis
#
# $OpenBSD: Makefile,v 1.6 2000/02/16 10:52:14 espie Exp $
1998-05-17 00:47:36 -04:00
#
DISTNAME= wdiff-0.5
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GNU}
1999-03-06 20:38:58 -05:00
MASTER_SITE_SUBDIR= wdiff
1998-05-17 00:47:36 -04:00
MAINTAINER= angelos@openbsd.org
2000-02-12 03:02:07 -05:00
LICENSE_TYPE= GPL
PERMIT_PACKAGE_CDROM= YES
PERMIT_PACKAGE_FTP= YES
PERMIT_DISTFILES_CDROM= YES
PERMIT_DISTFILES_FTP= YES
2000-02-12 03:02:07 -05:00
1998-05-17 00:47:36 -04:00
GNU_CONFIGURE= yes
USE_AUTOCONF= yes
1998-05-17 00:47:36 -04:00
MAN1= wdiff.1
post-install:
@if [ ! -f ${PREFIX}/info/dir ]; then \
sed -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
1998-05-17 00:47:36 -04:00
fi
@install-info ${PREFIX}/info/wdiff.info ${PREFIX}/info/dir
.include <bsd.port.mk>