Files
sthen 1b13452762 reset bcallah maintainer lines, quite a lot of timeouts which make it
tricky for others to work on the ports tree, this will also bring more
visible to portroach of those which are outdated
2026-02-11 15:12:24 +00:00

25 lines
453 B
Makefile

COMMENT = GNU Simula compiler
DISTNAME = cim-5.1
REVISION = 1
CATEGORIES = lang
SHARED_LIBS += cim 0.0 # 3.0
HOMEPAGE = https://www.gnu.org/software/cim/
# GPLv2 only
PERMIT_PACKAGE = Yes
WANTLIB += c m
SITES = ${SITE_GNU:=cim/}
CONFIGURE_STYLE = gnu
# It's really really not C99.
# SCFLAGS is what cim calls cc with.
MAKE_FLAGS = CFLAGS="${CFLAGS} -std=gnu89" \
SCFLAGS="${CFLAGS} -std=gnu89 -w"
.include <bsd.port.mk>