diff options
Diffstat (limited to 'shells/guile-gash/Makefile')
-rw-r--r-- | shells/guile-gash/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/shells/guile-gash/Makefile b/shells/guile-gash/Makefile new file mode 100644 index 00000000000..efb5cd1b7f2 --- /dev/null +++ b/shells/guile-gash/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1 2019/11/13 10:04:19 ng0 Exp $ + +DISTNAME= gash-0.1 +PKGNAME= guile-${DISTNAME} +CATEGORIES= shells +MASTER_SITES= http://download.savannah.nongnu.org/releases/gash/ + +MAINTAINER= ng0@NetBSD.org +HOMEPAGE= https://git.savannah.nongnu.org/cgit/gash.git +COMMENT= POSIX-compatible shell written in Guile Scheme +LICENSE= gnu-gpl-v3 + +GNU_CONFIGURE= yes +GUILE_NEED_BOOTSTRAP= yes + +USE_TOOLS+= pkg-config + +INFO_FILES= YES + +.include "../../lang/guile22/module.mk" +.include "../../mk/bsd.pkg.mk" |