Robert Clausecker 3df3439174 textproc/xxdiff{,-scripts}: ressurect port
- update to current qt5/qt6 fork
 - update scripts to use Python 3
 - update port to current conventions

Requested by:	reddit user /u/steverikli
2025-07-09 17:52:34 +02:00

21 lines
460 B
Makefile

PORTNAME= xxdiff
CATEGORIES= textproc
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
PKGNAMESUFFIX= -scripts
MAINTAINER= fuz@FreeBSD.org
COMMENT= Helper scripts for xxdiff
WWW= http://furius.ca/xxdiff/doc/xxdiff-scripts.html
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= xxdiff:textproc/xxdiff
USES= python
USE_PYTHON= autoplist distutils
PYDISTUTILS_PKGNAME= xxdiff-scripts
MASTERDIR= ${.CURDIR}/../xxdiff
.include "${MASTERDIR}/Makefile.master"