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.
24 lines
573 B
Makefile
24 lines
573 B
Makefile
# $NetBSD: Makefile,v 1.15 2020/01/26 17:32:19 rillig Exp $
|
|
#
|
|
|
|
DISTNAME= phoon_29jun2005
|
|
PKGNAME= phoon-20050629
|
|
CATEGORIES= time
|
|
MASTER_SITES= http://www.acme.com/software/phoon/
|
|
|
|
MAINTAINER= is@NetBSD.org
|
|
HOMEPAGE= https://www.acme.com/software/phoon/
|
|
COMMENT= Show phase of the moon on ASCII terminal
|
|
|
|
WRKSRC= ${WRKDIR}/phoon
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
# doesn't have tm_gmtoff
|
|
.if ${OPSYS} == "Interix" || ${OPSYS} == "SunOS" || ${OPSYS} == "IRIX"
|
|
MAKE_FLAGS+= DEFINES=-DOS_SYSV
|
|
.endif
|
|
|
|
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|