40c9c7f7eb
- Bump PORTREVISION of dependent ports for shlib change Changes: https://tiswww.case.edu/php/chet/readline/CHANGES PR: 236156 Exp-run by: antoine
34 lines
633 B
Makefile
34 lines
633 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= pspg
|
|
DISTVERSION= 1.6.5
|
|
PORTREVISION= 1
|
|
CATEGORIES= databases
|
|
|
|
MAINTAINER= dg@syrec.org
|
|
COMMENT= Tabular data pager designed to be used with psql
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= autoreconf gmake localbase ncurses pkgconfig readline
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= okbob
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/pspg
|
|
PORTDOCS= README.md
|
|
|
|
SUB_FILES= pkg-message
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/pspg
|
|
|
|
post-install-DOCS-on:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|