1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/x11/slop/Makefile
Steve Wills 149ba7338a Unmark broken on powerpc64
These ports built successfully
2016-09-15 01:41:28 +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>