freebsd-ports/textproc/easydiff/Makefile
2023-04-25 17:17:15 +02:00

19 lines
413 B
Makefile

PORTNAME= easydiff
PORTVERSION= 0.4.0
PORTREVISION= 10
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>