cf118ccf87
Reported by: lwhsu
22 lines
383 B
Makefile
22 lines
383 B
Makefile
PORTNAME= stegify
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.2-2
|
|
DISTVERSIONSUFFIX= -g62518ca
|
|
CATEGORIES= security graphics
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Steganography software
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= go
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= DimitarPetrov
|
|
|
|
GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|