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.
18 lines
438 B
Makefile
18 lines
438 B
Makefile
# $NetBSD: Makefile,v 1.10 2020/01/26 17:32:19 rillig Exp $
|
|
#
|
|
|
|
DISTNAME= globe_14Aug2014
|
|
PKGNAME= globe-20140814
|
|
CATEGORIES= time
|
|
MASTER_SITES= http://www.acme.com/software/globe/
|
|
|
|
MAINTAINER= is@NetBSD.org
|
|
HOMEPAGE= https://www.acme.com/software/globe/
|
|
COMMENT= Display the currently-lighted face of Earth in ASCII
|
|
LICENSE= 2-clause-bsd
|
|
|
|
WRKSRC= ${WRKDIR}/globe
|
|
|
|
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|