1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/x11/slop/Makefile
Kevin Bowling da3162c7c9 graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.

PR:		246767
Reviewed by:	manu, bapt
Approved by:	x11
Differential Revision:	https://reviews.freebsd.org/D30824
2021-06-22 11:53:08 -07:00

31 lines
639 B
Makefile

PORTNAME= slop
PORTVERSION= 7.5
DISTVERSIONPREFIX= v
PORTREVISION= 5
CATEGORIES= x11
MAINTAINER= 0mp@FreeBSD.org
COMMENT= Make a screen selection and print the selection coordinates to stdout
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/license.txt
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>