aboutsummaryrefslogtreecommitdiff
path: root/textproc/libxdiff/Makefile
diff options
context:
space:
mode:
authorJean-Yves Lefort <jylefort@FreeBSD.org>2005-05-03 10:48:54 +0000
committerJean-Yves Lefort <jylefort@FreeBSD.org>2005-05-03 10:48:54 +0000
commitf3a33351b0f0ce8cff0ac3282f59dfbbbd2279cb (patch)
tree218393ebbef731b011796bcb217d097a5c64319b /textproc/libxdiff/Makefile
parent89bfc042101f96276b4ddd4feab855ad7b53c04e (diff)
downloadports-f3a33351b0f0ce8cff0ac3282f59dfbbbd2279cb.tar.gz
ports-f3a33351b0f0ce8cff0ac3282f59dfbbbd2279cb.zip
Notes
Diffstat (limited to 'textproc/libxdiff/Makefile')
-rw-r--r--textproc/libxdiff/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/textproc/libxdiff/Makefile b/textproc/libxdiff/Makefile
index c5d24af37b83..68871c44bea9 100644
--- a/textproc/libxdiff/Makefile
+++ b/textproc/libxdiff/Makefile
@@ -7,17 +7,19 @@
#
PORTNAME= libxdiff
-PORTVERSION= 0.7
+PORTVERSION= 0.10
CATEGORIES= textproc
MASTER_SITES= http://www.xmailserver.org/
MAINTAINER= ports@FreeBSD.org
COMMENT= Create file differences/patches to both binary and text files
-BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash2
+WRKSRC= ${WRKDIR}/${PORTNAME}
GNU_CONFIGURE= yes
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-MAN3= xdiff.3
+MAN3= xdiff.3
+PLIST_FILES= include/xdiff.h lib/libxdiff.a
.include <bsd.port.mk>