63f5eeef8a
With hat: portmgr
19 lines
343 B
Makefile
19 lines
343 B
Makefile
# Created by: Ben Woods <woodsb02@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= icdiff
|
|
PORTVERSION= 1.9.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
MAINTAINER= woodsb02@FreeBSD.org
|
|
COMMENT= Improved colored diff
|
|
|
|
LICENSE= PSFL
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist concurrent optsuffix
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|