mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
fb4deed873
With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight
24 lines
406 B
Makefile
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>
|