mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
26 lines
523 B
Makefile
26 lines
523 B
Makefile
|
# New ports collection makefile for: wdiff
|
||
|
# Version required: 0.5
|
||
|
# Date created: Sep 15, 1997
|
||
|
# Whom: Yoshiro MIHIRA <sanpei@yy.cs.keio.ac.jp>
|
||
|
#
|
||
|
# $Id$
|
||
|
#
|
||
|
|
||
|
DISTNAME= wdiff-0.5
|
||
|
CATEGORIES= textproc
|
||
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
||
|
|
||
|
MAINTAINER= sanpei@yy.cs.keio.ac.jp
|
||
|
|
||
|
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>
|