Edit

IABSD.fr/ports/databases/pspg/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2026-01-31 18:24:22
    Hash : e7938db9
    Message : bump revision of ports which have a pkg-config check for ncursesw which may now be taking different codepaths now we install the .pc file (some e.g. python 3 definitely are)

  • databases/pspg/Makefile
  • COMMENT =	UNIX pager optimized for tabular data
    
    DIST_TUPLE =	github okbob pspg 5.8.14 .
    REVISION =	0
    
    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>