- update to current qt5/qt6 fork - update scripts to use Python 3 - update port to current conventions Requested by: reddit user /u/steverikli
21 lines
460 B
Makefile
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"
|