diff options
author | John Marino <marino@FreeBSD.org> | 2014-11-04 17:30:25 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-11-04 17:30:25 +0000 |
commit | e796db8ebc1dc19ca90ffbca687272c959ab1c6c (patch) | |
tree | 104c1b23c2e13a8b01600914f258c5fa6abf6521 /graphics/maim/Makefile | |
parent | 79a5b4f69690bb5845b8078e256c075b849d0346 (diff) | |
download | ports-e796db8ebc1dc19ca90ffbca687272c959ab1c6c.tar.gz ports-e796db8ebc1dc19ca90ffbca687272c959ab1c6c.zip |
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.
Notes
Notes:
svn path=/head/; revision=372156
Diffstat (limited to 'graphics/maim/Makefile')
-rw-r--r-- | graphics/maim/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/graphics/maim/Makefile b/graphics/maim/Makefile new file mode 100644 index 000000000000..f1a67e53e8b4 --- /dev/null +++ b/graphics/maim/Makefile @@ -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> |