mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
149ba7338a
These ports built successfully
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>
|