2017-11-22 18:51:37 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= pspg
|
2019-01-24 11:41:06 +00:00
|
|
|
DISTVERSION= 1.6.3
|
2017-11-22 18:51:37 +00:00
|
|
|
CATEGORIES= databases
|
|
|
|
|
|
|
|
MAINTAINER= dg@syrec.org
|
|
|
|
COMMENT= Tabular data pager designed to be used with psql
|
|
|
|
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
|
2018-07-28 19:31:03 +00:00
|
|
|
USES= autoreconf gmake localbase ncurses pkgconfig readline
|
2017-11-22 18:51:37 +00:00
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= okbob
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
PLIST_FILES= bin/pspg
|
|
|
|
PORTDOCS= README.md
|
|
|
|
|
2017-11-23 05:48:20 +00:00
|
|
|
SUB_FILES= pkg-message
|
|
|
|
|
2017-11-22 18:51:37 +00:00
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
|
|
|
post-install:
|
2018-01-15 17:17:06 +00:00
|
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/pspg
|
2017-12-28 22:21:45 +00:00
|
|
|
|
|
|
|
post-install-DOCS-on:
|
2017-11-22 18:51:37 +00:00
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
2018-01-11 14:18:01 +00:00
|
|
|
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
2017-11-22 18:51:37 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|