mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
e7938db9ca
may now be taking different codepaths now we install the .pc file (some e.g. python 3 definitely are)
29 lines
630 B
Makefile
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>
|