1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/x11/slop/Makefile
Fernando Apesteguía 85846c1d21 x11/slop: update to 7.5
ChangeLog: https://github.com/naelstrof/slop/releases/tag/v7.5

 * Added --nodrag option
 * Selections can be moved by holding the space-bar mid-drag!

Reported by:	portscout
2020-04-12 10:04:08 +00:00

31 lines
601 B
Makefile

# $FreeBSD$
PORTNAME= slop
PORTVERSION= 7.5
DISTVERSIONPREFIX= v
CATEGORIES= x11
MAINTAINER= ports@FreeBSD.org
COMMENT= Make a screen selection and print the selection coordinates to stdout
LICENSE= GPLv3
BUILD_DEPENDS= ${LOCALBASE}/include/glm/glm.hpp:math/glm
LIB_DEPENDS= libicuuc.so:devel/icu
USES= cmake compiler:c++11-lang gl xorg
USE_GL= gl glu glew
USE_LDCONFIG= yes
USE_XORG= ice sm x11 xext xrender
USE_GITHUB= yes
GH_ACCOUNT= naelstrof
PLIST_FILES= bin/slop \
include/slop.hpp \
lib/libslopy.so \
lib/libslopy.so.${PORTVERSION} \
man/man1/slop.1.gz
.include <bsd.port.mk>