aboutsummaryrefslogtreecommitdiff
path: root/textproc/xxdiff-scripts/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/xxdiff-scripts/Makefile')
-rw-r--r--textproc/xxdiff-scripts/Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/textproc/xxdiff-scripts/Makefile b/textproc/xxdiff-scripts/Makefile
deleted file mode 100644
index 4f5f07df500f..000000000000
--- a/textproc/xxdiff-scripts/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# New ports collection makefile for: xxdiff-scripts
-# Date created: 13 August 2006
-# Whom: Andrew Pantyukgin <infofarmer@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= xxdiff
-PORTVERSION= 3.2
-PORTREVISION= 5
-CATEGORIES= textproc
-MASTER_SITES= SF
-PKGNAMESUFFIX= -scripts
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Helper scripts for xxdiff
-
-BUILD_DEPENDS= xxdiff:${PORTSDIR}/textproc/xxdiff
-
-USE_BZIP2= yes
-USE_PYTHON= yes
-USE_PYDISTUTILS=yes
-PYDISTUTILS_PKGNAME= xxdiff-scripts
-
-.include <bsd.port.mk>