mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
69078cedc2
- Add NO_ARCH
24 lines
462 B
Makefile
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>
|