mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
a9f015d155
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590
32 lines
595 B
Makefile
32 lines
595 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= slop
|
|
PORTVERSION= 7.4
|
|
DISTVERSIONPREFIX= v
|
|
PORTREVISION= 3
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= neel@neelc.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
|
|
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.7.4 \
|
|
man/man1/slop.1.gz
|
|
|
|
.include <bsd.port.mk>
|