blob: 976b48351fa8bfb76a05ae63672fc14b9f85f5c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= easydiff
PORTVERSION= 0.4.0
PORTREVISION= 9
CATEGORIES= textproc gnustep
MASTER_SITES= GNUSTEP/usr-apps
DISTNAME= EasyDiff-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= GNUstep graphical diff
LICENSE= GPLv2+ # COPYING has GPLv3
USES= gnustep
USE_GNUSTEP= back build
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/EasyDiff.app/EasyDiff
.include <bsd.port.mk>
|