diff options
Diffstat (limited to 'textproc/libxdiff')
-rw-r--r-- | textproc/libxdiff/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/textproc/libxdiff/Makefile b/textproc/libxdiff/Makefile index f20d1fa4362e..121043eada68 100644 --- a/textproc/libxdiff/Makefile +++ b/textproc/libxdiff/Makefile @@ -1,19 +1,16 @@ -# ex:ts=8 -# Ports collection makefile for: libxdiff -# Date created: Jan 5, 2004 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= libxdiff PORTVERSION= 0.23 CATEGORIES= textproc MASTER_SITES= http://www.xmailserver.org/ -MAINTAINER= ler@lerctr.org +MAINTAINER= tabthorpe@FreeBSD.org COMMENT= Create file differences/patches to both binary and text files +LICENSE= LGPL3 + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} GNU_CONFIGURE= yes |