mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
a92f80d833
Reported by: portscout
27 lines
436 B
Makefile
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>
|