ports/textproc/easydiff/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

19 lines
412 B
Makefile

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>