freebsd-ports/textproc/xxdiff-scripts/Makefile
Alexander Botero-Lowry 4942ce5a7d - Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:	pointyhat runs
Approved by:	pav (portmgr)
Most work by:	perky
Thanks to:	pav
2007-07-30 09:42:28 +00:00

25 lines
500 B
Makefile

# 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= 1
CATEGORIES= textproc
MASTER_SITES= SF
PKGNAMESUFFIX= -scripts
MAINTAINER= infofarmer@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>