diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2013-09-20 01:19:40 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2013-09-20 01:19:40 +0800 |
commit | f4580cb4127fbe9b5dd729795e0bcf705d6e74b6 (patch) | |
tree | 14d779e343318ee60997f48baa6b0bba57998dbb /textproc | |
parent | 1101e8a060d1a118ab3339f4a34037c109b93e40 (diff) | |
download | freebsd-ports-gnome-f4580cb4127fbe9b5dd729795e0bcf705d6e74b6.tar.gz freebsd-ports-gnome-f4580cb4127fbe9b5dd729795e0bcf705d6e74b6.tar.zst freebsd-ports-gnome-f4580cb4127fbe9b5dd729795e0bcf705d6e74b6.zip |
- Claim ownership
- Add LICENCE
- Trim header
PR: ports/182228
Submitted by: Larry Rosenman <ler@lerctr.org> (former maintainer)
Diffstat (limited to 'textproc')
-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 |