d72c560b21
Hat: portmgr
26 lines
495 B
Makefile
26 lines
495 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= 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>
|