* devel/gnustep-make: Update to 2.8.0 * lang/gnustep-base: Update to 1.27.0 * x11-toolkits/gnustep-back: update to 0.28.0 * x11-toolkits/gnustep-gui: update to 0.28.0 Also bump PORTREVISION on dependent ports.
21 lines
425 B
Makefile
21 lines
425 B
Makefile
# $FreeBSD$
|
|
|
|
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>
|