1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/databases/pspg/Makefile
Dmitri Goutnik bafb12405d databases/pspg: Update to 2.1.8
Changelog:

 - freeze 2 cols by default on PostgreSQL versions where oid col is visible

Approved by:	araujo (mentor)
Differential Revision:	https://reviews.freebsd.org/D22079
2019-10-19 23:22:00 +00:00

35 lines
638 B
Makefile

# $FreeBSD$
PORTNAME= pspg
DISTVERSION= 2.1.8
CATEGORIES= databases
MAINTAINER= dmgk@FreeBSD.org
COMMENT= Tabular data pager designed to be used with psql
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= autoreconf compiler:c11 gmake localbase ncurses pkgconfig \
readline
USE_GITHUB= yes
GH_ACCOUNT= okbob
GNU_CONFIGURE= yes
SUB_FILES= pkg-message
PLIST_FILES= bin/pspg
PORTDOCS= README.md
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>