blob: 525f75f10b89fa5d0097d709049afe8d93be4eff (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
PORTNAME= maim
DISTVERSIONPREFIX= v
DISTVERSION= 5.7.4
PORTREVISION= 9
CATEGORIES= graphics
MAINTAINER= 0mp@FreeBSD.org
COMMENT= Screenshot utility with performance improvements over scrot
WWW= https://github.com/naelstrof/maim
LICENSE= GPLv3
BUILD_DEPENDS= ${LOCALBASE}/include/glm/glm.hpp:math/glm
LIB_DEPENDS= libicuuc.so:devel/icu \
libImlib2.so:graphics/imlib2 \
libpng.so:graphics/png \
libslopy.so:x11/slop \
libwebp.so:graphics/webp
USES= cmake compiler:c++11-lang gl jpeg xorg
USE_GITHUB= yes
GH_ACCOUNT= naelstrof
USE_GL= gl glut
USE_XORG= ice sm x11 xcomposite xext xfixes xrandr xrender
CMAKE_ARGS= -DSLOP_LIBRARIES=${LOCALBASE}/lib/libslopy.so
PLIST_FILES= bin/${PORTNAME} \
share/man/man1/${PORTNAME}.1.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 \
${STAGEDIR}${PREFIX}/share/man/man1
.include <bsd.port.mk>
|