blob: 5ac8ab84d462252e29d2a88533d1ddd5bf7cf4b7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# 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= 3
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>
|