Index: graphics/cbonsai/Makefile =================================================================== --- graphics/cbonsai/Makefile (nonexistent) +++ graphics/cbonsai/Makefile (working copy) @@ -0,0 +1,36 @@ +# $FreeBSD$ + +PORTNAME= cbonsai +DISTVERSION= g20200907 +CATEGORIES= graphics + +MAINTAINER= vulcan@wired.sh +COMMENT= Bonsai tree generator, written in C using ncurses + +LICENSE= GPLv1 +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= compiler:c11 ncurses +USE_GITLAB= yes +GL_ACCOUNT= jallbrit +GL_COMMIT= 301df5daab21ca4b810d3da9f64abd4f633c9d04 + +CFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib -lncurses -lpanel + +PLIST_FILES= bin/${PORTNAME} +PORTDOCS= README.md + +OPTIONS_DEFINE= DOCS + +do-build: + ${CC} ${CFLAGS} ${LDFLAGS} ${WRKSRC}/${PORTNAME}.c -o ${WRKSRC}/${PORTNAME} + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} + +.include Property changes on: graphics/cbonsai/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: graphics/cbonsai/distinfo =================================================================== --- graphics/cbonsai/distinfo (nonexistent) +++ graphics/cbonsai/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1609774267 +SHA256 (jallbrit-cbonsai-301df5daab21ca4b810d3da9f64abd4f633c9d04_GL0.tar.gz) = 0de086ff1e405d79ae2fbbfeaad680baf1f42abc348eda32eaf9d63d8207e900 +SIZE (jallbrit-cbonsai-301df5daab21ca4b810d3da9f64abd4f633c9d04_GL0.tar.gz) = 19651 Property changes on: graphics/cbonsai/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: graphics/cbonsai/pkg-descr =================================================================== --- graphics/cbonsai/pkg-descr (nonexistent) +++ graphics/cbonsai/pkg-descr (working copy) @@ -0,0 +1,9 @@ +Bonsai tree generator, written in C +using ncurses. It intelligently creates, +colors, and positions a bonsai tree, and +is entirely configurable via CLI options-- +see usage. There are 2 modes of operation: +static (the default), and live. See modes +for details. + +WWW: https://gitlab.com/jallbrit/cbonsai Property changes on: graphics/cbonsai/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property