1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/x11/slop/Makefile
Mathieu Arnold fb4deed873 Update ports in the remaining categories to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-07 20:24:15 +00:00

24 lines
406 B
Makefile

# $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>