mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
b9398223bd
Approved by: portmgr blanket
22 lines
425 B
Makefile
22 lines
425 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= easydiff
|
|
PORTVERSION= 0.4.0
|
|
PORTREVISION= 4
|
|
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>
|