- Simplify MASTER_SITES

- Clarify LICENSE
- Strip binary
This commit is contained in:
Dmitry Marakasov 2015-03-09 00:57:57 +00:00
parent 1665e9a4f3
commit a4e14e2c0a

View file

@ -2,20 +2,22 @@
PORTNAME= easydiff
PORTVERSION= 0.4.0
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= textproc gnustep
MASTER_SITES= ${MASTER_SITE_GNUSTEP}
MASTER_SITE_SUBDIR= usr-apps
MASTER_SITES= GNUSTEP/usr-apps
DISTNAME= EasyDiff-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= GNUstep graphical diff
LICENSE= GPLv2
LICENSE= GPLv2 # or later; COPYING has GPLv3
USE_GNUSTEP= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/EasyDiff.app/EasyDiff
.include <bsd.port.mk>