mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
fe2a7885ce
5.8.8: sort can detect numbers with exponents as numbers 5.8.9: fix processng data that contains tabs and DOS file ending 5.8.10: allow select column are by keyboard (shift f3) 5.8.11: possibility to mark columns by ctrl shift left/right cursor
30 lines
559 B
Makefile
30 lines
559 B
Makefile
COMMENT = UNIX pager optimized for tabular data
|
|
|
|
DIST_TUPLE = github okbob pspg 5.8.11 .
|
|
|
|
CATEGORIES = databases
|
|
|
|
MAINTAINER = Omar Polo <op@openbsd.org>
|
|
|
|
# BSD2
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB += c curses ereadline m panel pq
|
|
|
|
LIB_DEPENDS = databases/postgresql,-main \
|
|
devel/readline
|
|
|
|
USE_GMAKE = Yes
|
|
|
|
CONFIGURE_STYLE = autoconf no-autoheader
|
|
CONFIGURE_ARGS = CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
|
|
|
|
AUTOCONF_VERSION = 2.71
|
|
|
|
NO_TEST = Yes
|
|
|
|
CFLAGS += -I${LOCALBASE}/include/ereadline
|
|
LDFLAGS += -L${LOCALBASE}/lib/ -lereadline
|
|
|
|
.include <bsd.port.mk>
|