This adds readline support and a number of other usability improvements. Add a simple fix for -fno-common. The project seems dormant since 2011. ok bcallah
24 lines
437 B
Makefile
24 lines
437 B
Makefile
# $OpenBSD: Makefile,v 1.13 2021/02/14 17:34:24 tb Exp $
|
|
|
|
COMMENT= interpretive macro/programming language
|
|
|
|
V= 11-166
|
|
DISTNAME= zoem-${V}
|
|
PKGNAME= zoem-${V:S,-,_,}
|
|
CATEGORIES= textproc lang
|
|
|
|
HOMEPAGE= https://micans.org/zoem/
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE= Yes
|
|
WANTLIB= c m curses readline
|
|
|
|
MASTER_SITES= ${HOMEPAGE}/src/
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
USE_GROFF = Yes
|
|
|
|
FAKE_FLAGS= docexamplesdir=${PREFIX}/share/examples/zoem/
|
|
|
|
.include <bsd.port.mk>
|