mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
1b13452762
tricky for others to work on the ports tree, this will also bring more visible to portroach of those which are outdated
25 lines
453 B
Makefile
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>
|