2004-01-05 07:36:12 +01:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: libxdiff
|
|
|
|
# Date created: Jan 5, 2004
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libxdiff
|
2006-04-20 19:01:53 +02:00
|
|
|
PORTVERSION= 0.20
|
2004-01-05 07:36:12 +01:00
|
|
|
CATEGORIES= textproc
|
|
|
|
MASTER_SITES= http://www.xmailserver.org/
|
|
|
|
|
2006-04-20 19:01:53 +02:00
|
|
|
MAINTAINER= ler@lerctr.org
|
2004-01-05 07:36:12 +01:00
|
|
|
COMMENT= Create file differences/patches to both binary and text files
|
|
|
|
|
2006-04-20 19:01:53 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
2004-01-05 07:36:12 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2006-04-20 19:01:53 +02:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
|
|
|
INSTALLS_SHLIB= yes
|
2005-05-03 12:48:54 +02:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2006-04-20 19:01:53 +02:00
|
|
|
CONFIGURE_ARGS= --enable-shared --enable-static
|
2004-01-05 07:36:12 +01:00
|
|
|
|
2005-05-03 12:48:54 +02:00
|
|
|
MAN3= xdiff.3
|
2006-04-20 19:01:53 +02:00
|
|
|
PLIST_FILES= include/xdiff.h lib/libxdiff.a lib/libxdiff.so \
|
|
|
|
lib/libxdiff.so.0 lib/libxdiff.la
|
2004-01-05 07:36:12 +01:00
|
|
|
.include <bsd.port.mk>
|