aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/maim/Makefile
blob: 399e8dd7da5af8a2a34b59a532c92a5ccb26aa2f (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
# $FreeBSD$

PORTNAME=   maim
PORTVERSION=    3.3.41
DISTVERSIONPREFIX=  v
PORTREVISION=   1
CATEGORIES= graphics

MAINTAINER= neel@neelc.org
COMMENT=    Screenshot utility with performance improvements over scrot

LICENSE=    GPLv3

LIB_DEPENDS=    libImlib2.so:${PORTSDIR}/graphics/imlib2

USE_GITHUB= yes
GH_ACCOUNT= naelstrof

USES=       cmake
USE_XORG=   x11 xrandr xfixes
PLIST_FILES=    bin/${PORTNAME} man/man1/${PORTNAME}.1.gz

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
    ${INSTALL_MAN} ${WRKSRC}/man-src/${PORTNAME}.1.gz ${STAGEDIR}${MAN1PREFIX}/man/man1

.include <bsd.port.mk>