Add new port graphics/maim
PR: 194585 Submitted by: Neel Chauhan maim (make image) takes screenshots of your desktop. maim is an improvement on Scrot, the minimalistic command line screen capturing application.
This commit is contained in:
parent
79a5b4f696
commit
e796db8ebc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=372156
@ -580,6 +580,7 @@
|
||||
SUBDIR += luminance-qt5
|
||||
SUBDIR += luxrender
|
||||
SUBDIR += mahotas
|
||||
SUBDIR += maim
|
||||
SUBDIR += makehuman
|
||||
SUBDIR += mandelbulber
|
||||
SUBDIR += mapnik
|
||||
|
27
graphics/maim/Makefile
Normal file
27
graphics/maim/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= maim
|
||||
PORTVERSION= 2.3.31
|
||||
CATEGORIES= graphics
|
||||
|
||||
MAINTAINER= neel@neelc.org
|
||||
COMMENT= Screenshot utility with performance improvements over scrot
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= naelstrof
|
||||
GH_PROJECT= maim
|
||||
GH_TAGNAME= v${PORTVERSION}
|
||||
GH_COMMIT= 6888fa9
|
||||
|
||||
USES= cmake
|
||||
USE_GCC= yes
|
||||
USE_EFL= imlib2
|
||||
USE_XORG= x11 xrandr xfixes
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/maim ${STAGEDIR}${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
2
graphics/maim/distinfo
Normal file
2
graphics/maim/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (maim-2.3.31.tar.gz) = cbfbf131ffb3e80cc72eec054d471320f2cd173e72344cbbdbf8839c83f968fe
|
||||
SIZE (maim-2.3.31.tar.gz) = 35868
|
5
graphics/maim/pkg-descr
Normal file
5
graphics/maim/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
maim (make image) takes screenshots of your desktop. maim is an
|
||||
improvement on Scrot, the minimalistic command line screen capturing
|
||||
application.
|
||||
|
||||
WWW: http://www.github.com/naelstrof/maim
|
Loading…
Reference in New Issue
Block a user