1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/lang/eisl/Makefile
Yuri Victorovich a92f80d833 lang/eisl: Update 2.37 -> 2.38
Reported by:	portscout
2022-01-24 13:27:59 -08:00

27 lines
436 B
Makefile

PORTNAME= eisl
DISTVERSIONPREFIX= v
DISTVERSION= 2.38
CATEGORIES= lang devel
MAINTAINER= yuri@FreeBSD.org
COMMENT= Interpreter and compiler compatible with ISLisp standard
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/documents/license.txt
USES= gmake ncurses:base
USE_GITHUB= yes
GH_ACCOUNT= sasagawa888
ALL_TARGET= ${PORTNAME}
MAKEFILE= makefile
LDFLAGS+= -lncursesw
PLIST_FILES= bin/edlis \
bin/eisl
.include <bsd.port.mk>