diff options
Diffstat (limited to 'www/tocaia/Makefile')
-rw-r--r-- | www/tocaia/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/www/tocaia/Makefile b/www/tocaia/Makefile new file mode 100644 index 000000000000..e0a00bebb391 --- /dev/null +++ b/www/tocaia/Makefile @@ -0,0 +1,17 @@ +PORTNAME= tocaia +DISTVERSION= 0.9.0 +CATEGORIES= www + +MAINTAINER= manipuladordedados@gmail.com +COMMENT= Portable TUI Gopher client written in C89 for POSIX systems +WWW= https://github.com/manipuladordedados/tocaia + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +USE_GITHUB= yes +GH_ACCOUNT= manipuladordedados + +PLIST_FILES= bin/${PORTNAME} + +.include <bsd.port.mk> |