catpoint-git: Import catpoint-git-1.0 as wip/catpoint-git

Catpoint is a simple viewer of text files written in curses.
This commit is contained in:
Leonardo Taccari 2020-05-03 17:16:35 +02:00
parent daa60cc3ce
commit f119db2f06
4 changed files with 39 additions and 0 deletions

View File

@ -360,6 +360,7 @@ SUBDIR+= cartago
SUBDIR+= casady-fonts
SUBDIR+= castget
SUBDIR+= catfish
SUBDIR+= catpoint-git
SUBDIR+= cb2bib
SUBDIR+= cblas
SUBDIR+= ccnet-server

1
catpoint-git/DESCR Normal file
View File

@ -0,0 +1 @@
Catpoint is a simple viewer of text files written in curses.

35
catpoint-git/Makefile Normal file
View File

@ -0,0 +1,35 @@
# $NetBSD$
DISTNAME= catpoint-1.0
CATEGORIES= misc
MASTER_SITES= ftp://bitreich.org/releases/catpoint/
EXTRACT_SUFX= .tgz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= gopher://bitreich.org/1/scm/catpoint
COMMENT= Simple point utilities to hold text presentations
LICENSE= gnu-gpl-v3
GIT_REPOSITORIES= catpoint
GIT_REPO.catpoint= git://bitreich.org/catpoint/
WRKSRC= ${WRKDIR}/catpoint
MAKE_FLAGS+= INCS=-I${BUILDLINK_INCDIRS.curses:Q}
MAKE_FLAGS+= LIBS=${BUILDLINK_LDADD.curses:Q}
SUBST_CLASSES+= makefile
SUBST_STAGE.makefile= pre-configure
SUBST_MESSAGE.makefile= Adjusting config.mk
SUBST_FILES.makefile= config.mk
SUBST_SED.makefile= -e 's,/usr/local,${PREFIX},g'
SUBST_SED.makefile+= -e 's,share/man,${PKGMANDIR},g'
SUBST_SED.makefile+= -e 's,^CFLAGS *= ,CFLAGS += ,'
SUBST_SED.makefile+= -e 's,^LDFLAGS *= ,LDFLAGS += ,'
SUBST_SED.makefile+= -e '/^CFLAGS/ s,-Os,,'
SUBST_SED.makefile+= -e '/CFLAGS/ s,$$,$${INCS},'
USE_LANGUAGES= c99
.include "../../wip/mk/git-package.mk"
.include "../../mk/curses.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

2
catpoint-git/PLIST Normal file
View File

@ -0,0 +1,2 @@
@comment $NetBSD$
bin/catpoint