1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/textproc/libxdiff/Makefile
Jean-Yves Lefort f3a33351b0 - Update to 0.10
- Use PLIST_FILES rather than pkg-plist

PR:		ports/80547
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2005-05-03 10:48:54 +00:00

26 lines
521 B
Makefile

# ex:ts=8
# Ports collection makefile for: libxdiff
# Date created: Jan 5, 2004
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= libxdiff
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
WRKSRC= ${WRKDIR}/${PORTNAME}
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN3= xdiff.3
PLIST_FILES= include/xdiff.h lib/libxdiff.a
.include <bsd.port.mk>