aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/easydiff/Makefile
blob: b54327dccef6c5fc63f75c2f37d38b9e874e8f52 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $FreeBSD$

PORTNAME=   easydiff
PORTVERSION=    0.4.0
PORTREVISION=   3
CATEGORIES= textproc gnustep
MASTER_SITES=   GNUSTEP/usr-apps
DISTNAME=   EasyDiff-${PORTVERSION}

MAINTAINER= ports@FreeBSD.org
COMMENT=    GNUstep graphical diff

LICENSE=    GPLv2 # or later; COPYING has GPLv3

USE_GNUSTEP=    yes
USE_GNUSTEP_BACK=   yes
USE_GNUSTEP_BUILD=  yes
USE_GNUSTEP_INSTALL=    yes

post-install:
    ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/EasyDiff.app/EasyDiff

.include <bsd.port.mk>