Files
ports/editors/vile/Makefile
T
sthen e7938db9ca 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)
2026-01-31 18:24:22 +00:00

29 lines
630 B
Makefile

COMMENT= VI Editor Like Emacs
DISTNAME= vile-9.8y
REVISION= 0
CATEGORIES= editors
HOMEPAGE= https://invisible-island.net/vile/
# GPLv2
PERMIT_PACKAGE= Yes
WANTLIB += c curses iconv
SITES= https://invisible-island.net/archives/vile/current/ \
https://invisible-mirror.net/archives/vile/current/ \
ftp://ftp.invisible-island.net/vile/current/
EXTRACT_SUFX= .tgz
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS+= --with-builtin-filters \
--with-screen=ncursesw
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \
CPPFLAGS="-I${LOCALBASE}/include"
LIB_DEPENDS= converters/libiconv
MAKE_FILE= makefile
NO_TEST= yes
.include <bsd.port.mk>