mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
7e5aa2085f
PR: 276530
20 lines
373 B
Makefile
20 lines
373 B
Makefile
PORTNAME= corrupter
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.0
|
|
PORTREVISION= 16
|
|
CATEGORIES= graphics
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Simple image glitcher for screen lockers
|
|
WWW= https://github.com/r00tman/corrupter
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= go
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= r00tman
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|