- Simplify MASTER_SITES

- Clarify LICENSE
- Add LICENSE_FILE
- Fix whitespace
- Strip binary
This commit is contained in:
Dmitry Marakasov 2015-03-08 02:33:18 +00:00
parent 4248570691
commit 432cef3aa3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380733

View file

@ -3,20 +3,21 @@
PORTNAME= camera
PORTVERSION= 0.8
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= graphics gnustep
MASTER_SITES= http://download.gna.org/gsimageapps/ \
${MASTER_SITE_GNUSTEP_CH}
GNUSTEP_CH
DISTNAME= Camera-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= GNUstep application for digital still cameras
LICENSE= GPLv2
LICENSE= GPLv2 # or later
LICENSE_FILE= ${WRKSRC}/Documentation/COPYING
LIB_DEPENDS= libgphoto2_port.so:${PORTSDIR}/graphics/libgphoto2
USES= tar:bzip2
USES= tar:bzip2
USE_GNUSTEP= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
@ -28,4 +29,7 @@ post-patch:
${REINPLACE_CMD} 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \
${WRKSRC}/GNUmakefile
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/Camera.app/Camera
.include <bsd.port.mk>