9637f7852e
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
16 lines
371 B
Makefile
16 lines
371 B
Makefile
# $NetBSD: Makefile,v 1.5 2020/01/26 17:32:19 rillig Exp $
|
|
#
|
|
|
|
DISTNAME= ${PKGNAME:S/./-/}
|
|
PKGNAME= zoem-11.166
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://www.micans.org/zoem/src/
|
|
|
|
MAINTAINER= cheusov@NetBSD.org
|
|
HOMEPAGE= https://www.micans.org/zoem/
|
|
COMMENT= Interpretive macro/programming language
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|