1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/textproc/xxdiff-scripts/Makefile
Dmitry Marakasov 69078cedc2 - Clarify LICENSE
- Add NO_ARCH
2016-01-24 14:46:50 +00:00

24 lines
462 B
Makefile

# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$
PORTNAME= xxdiff
PORTVERSION= 4.0
CATEGORIES= textproc
MASTER_SITES= SF
PKGNAMESUFFIX= -scripts
MAINTAINER= ports@FreeBSD.org
COMMENT= Helper scripts for xxdiff
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= xxdiff:${PORTSDIR}/textproc/xxdiff
USES= python:2 tar:bzip2
USE_PYTHON= autoplist distutils
PYDISTUTILS_PKGNAME= xxdiff-scripts
NO_ARCH= yes
.include <bsd.port.mk>