aboutsummaryrefslogtreecommitdiffstats
path: root/x11/slop/Makefile
blob: add9bca095513a7d2923855b7d148f2625d6aef1 (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
# $FreeBSD$

PORTNAME=   slop
PORTVERSION=    4.1.15
DISTVERSIONPREFIX=  v
CATEGORIES= x11

MAINTAINER= neel@neelc.org
COMMENT=    Make a screen selection and print the selection coordinates to stdout

LICENSE=    GPLv3

USE_GITHUB= yes
GH_ACCOUNT= naelstrof

USES=       cmake
USE_XORG=   x11 xext
PLIST_FILES=    bin/${PORTNAME}

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/slop ${STAGEDIR}${PREFIX}/bin

.include <bsd.port.mk>