mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
24 lines
422 B
Makefile
24 lines
422 B
Makefile
# New ports collection makefile for: wdiff
|
|
# Date created: Sep 15, 1997
|
|
# Whom: Yoshiro MIHIRA <sanpei@yy.cs.keio.ac.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= wdiff
|
|
PORTVERSION= 0.5
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
MASTER_SITE_SUBDIR= wdiff
|
|
|
|
MAINTAINER= sanpei@FreeBSD.org
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= wdiff.1
|
|
|
|
post-install:
|
|
@install-info ${PREFIX}/info/wdiff.info ${PREFIX}/info/dir
|
|
|
|
.include <bsd.port.mk>
|