17 lines
471 B
Makefile
17 lines
471 B
Makefile
# $NetBSD: Makefile,v 1.2 2020/04/28 11:46:30 nikita Exp $
|
|
|
|
DISTNAME= guile-commonmark-0.1.2
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=OrangeShark/}
|
|
GITHUB_RELEASE= v0.1.2
|
|
|
|
MAINTAINER= nikita@NetBSD.org
|
|
HOMEPAGE= https://github.com/OrangeShark/guile-commonmark/
|
|
COMMENT= Implementation of CommonMark for Guile
|
|
LICENSE= gnu-lgpl-v3
|
|
USE_TOOLS+= pkg-config
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../lang/guile22/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|