xref: /mports/graphics/camera/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1PORTNAME=	camera
2PORTVERSION=	0.8
3PORTREVISION=	3
4CATEGORIES=	graphics gnustep
5
6MAINTAINER=	ports@MidnightBSD.org
7COMMENT=	GNUstep application for digital still cameras
8WWW=		https://github.com/gsimageapps/Camera
9
10LICENSE=	gpl2+
11LICENSE_FILE=	${WRKSRC}/Documentation/COPYING
12
13LIB_DEPENDS=	libgphoto2_port.so:graphics/libgphoto2
14
15USES=		tar:bzip2 gnustep
16USE_GNUSTEP=	back build
17
18USE_GITHUB=	yes
19GH_ACCOUNT=	gsimageapps
20GH_PROJECT=	Camera
21GH_TAGNAME=	37ac903daf716e2dedc2dc7a44f15ad90137eb49
22
23post-patch:
24	${REINPLACE_CMD} 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \
25		${WRKSRC}/GNUmakefile
26
27post-install:
28	${STRIP_CMD} ${PREFIX}/GNUstep/System/Applications/Camera.app/Camera
29
30.include <bsd.port.mk>
31

served by {OpenGrok

Last Index Update: Sun Mar 22 17:06:33 EDT 2026