forked from Lainports/freebsd-ports
- Simplify MASTER_SITES
- Clarify LICENSE - Strip binary
This commit is contained in:
parent
1665e9a4f3
commit
a4e14e2c0a
1 changed files with 6 additions and 4 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue