2001-09-17 08:27:56 +02:00
|
|
|
# New ports collection makefile for: diffutils
|
|
|
|
# Date created: 5 September 2001
|
|
|
|
# Whom: Garrett Rooney <rooneg@electricjellyfish.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= diffutils
|
2003-10-09 02:26:03 +02:00
|
|
|
PORTVERSION= 2.8.1
|
2005-10-22 19:08:14 +02:00
|
|
|
PORTREVISION= 1
|
2001-09-17 08:27:56 +02:00
|
|
|
CATEGORIES= textproc
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
|
|
MASTER_SITE_SUBDIR= diffutils
|
|
|
|
|
2003-12-21 01:23:25 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 14:42:50 +01:00
|
|
|
COMMENT= The GNU diff utilities
|
2001-09-17 08:27:56 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2003-10-09 02:26:03 +02:00
|
|
|
CONFIGURE_ARGS= --program-prefix=g
|
2001-09-17 08:27:56 +02:00
|
|
|
|
2003-10-09 02:26:03 +02:00
|
|
|
INFO= diff
|
|
|
|
MAN1= gcmp.1 gdiff.1 gdiff3.1 gsdiff.1
|
2005-10-22 19:08:14 +02:00
|
|
|
PLIST_FILES= bin/gcmp bin/gdiff bin/gdiff3 bin/gsdiff
|
2001-09-17 08:27:56 +02:00
|
|
|
|
2005-10-22 19:08:14 +02:00
|
|
|
OPTIONS= TIMESTAMP_PRECISION "With nano second timestamp precision" off
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if defined(WITH_TIMESTAMP_PRECISION)
|
|
|
|
PATCH_SITES+= http://izb.knu.ac.kr/~bh/diffs/
|
|
|
|
PATCHFILES+= diffutils-2.8.1-timestamp_precision.diff
|
|
|
|
PATCH_DIST_STRIP+= -p1
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if defined(WITH_TIMESTAMP_PRECISION)
|
|
|
|
post-install:
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.endif
|
2001-09-17 08:27:56 +02:00
|
|
|
|
2005-10-22 19:08:14 +02:00
|
|
|
.include <bsd.port.post.mk>
|