- Simplify MASTER_SITES
- Add LICENSE - Strip binary - Drop @dirrm* from plist
This commit is contained in:
parent
91cef7d7f3
commit
f3bb932b0f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=374195
2 changed files with 6 additions and 5 deletions
|
@ -5,13 +5,14 @@ PORTNAME= gshisen
|
|||
PORTVERSION= 1.3.0
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= games gnustep
|
||||
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
||||
MASTER_SITE_SUBDIR= gap
|
||||
MASTER_SITES= SAVANNAH/gap
|
||||
DISTNAME= GShisen-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Shisen-sho puzzle game for GNUstep
|
||||
|
||||
LICENSE= GPLv2 # or later
|
||||
|
||||
USE_GNUSTEP= yes
|
||||
USE_GNUSTEP_BACK= yes
|
||||
USE_GNUSTEP_BUILD= yes
|
||||
|
@ -19,4 +20,7 @@ USE_GNUSTEP_INSTALL= yes
|
|||
|
||||
MAKE_ENV+= GNUSTEP_INSTALLATION_DOMAIN=SYSTEM
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/GShisen.app/GShisen
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -81,6 +81,3 @@ GNUstep/System/Applications/GShisen.app/Resources/green.tiff
|
|||
GNUstep/System/Applications/GShisen.app/Resources/x.tiff
|
||||
GNUstep/System/Applications/GShisen.app/stamp.make
|
||||
GNUstep/System/Tools/GShisen
|
||||
@dirrm GNUstep/System/Applications/GShisen.app/Resources/GShisen.gorm
|
||||
@dirrm GNUstep/System/Applications/GShisen.app/Resources
|
||||
@dirrm GNUstep/System/Applications/GShisen.app
|
||||
|
|
Loading…
Reference in a new issue