freebsd-ports/textproc/bsddiff/Makefile
Gabor Kovesdan 76fd880143 This is the BSD-licensed version of the well-known diff utility, obtained from
OpenBSD. It lacks some features of GNU diff. It is a proposed project idea
to replace the GNU diff with this one, but it needs to be completed first.
Patches are highly appreciated.

WWW: http://www.freebsd.org/projects/ideas/#p-bsdtexttools

Obtained from:	OpenBSD
2007-06-19 21:18:28 +00:00

26 lines
546 B
Makefile

# New ports collection makefile for: bsd-diff
# Date created: 12 Juni 2007
# Whom: Gabor Kovesdan <gabor@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= diff
PORTVERSION= 20070612
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= gabor
PKGNAMEPREFIX= bsd-
MAINTAINER= gabor@FreeBSD.org
COMMENT= BSD-licensed version of diff from OpenBSD
MANCOMPRESSED= yes
MAN1= diff.1
PLIST_FILES= bin/diff
MAKE_ENV+= BINDIR="${PREFIX}/bin" \
MANDIR="${MANPREFIX}/man/man" \
CATDIR="${MANPREFIX}/man/man"
.include <bsd.port.mk>