Files
ports/databases/pspg/Makefile
T
op 5ba386c4b2 update databases/pspg to 5.8.11
new dracula theme.  while here switch to autoconf 2.72.
2025-07-31 17:13:59 +00:00

30 lines
559 B
Makefile

COMMENT = UNIX pager optimized for tabular data
DIST_TUPLE = github okbob pspg 5.8.12 .
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.72
NO_TEST = Yes
CFLAGS += -I${LOCALBASE}/include/ereadline
LDFLAGS += -L${LOCALBASE}/lib/ -lereadline
.include <bsd.port.mk>