mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
084d9bdf3e
Changelog: https://github.com/okbob/pspg/releases PR: 235027 Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer) Sponsored by: Netzkommune GmbH
33 lines
616 B
Makefile
33 lines
616 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= pspg
|
|
DISTVERSION= 1.6.3
|
|
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>
|