pkgsrc/games/fortune/Makefile
rillig 9637f7852e all: migrate homepages from http to https
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.
2020-01-26 17:30:40 +00:00

22 lines
625 B
Makefile

# $NetBSD: Makefile,v 1.2 2020/01/26 17:31:14 rillig Exp $
DISTNAME= fortune-mod-9708
PKGNAME= fortune-19970829
CATEGORIES= games
MASTER_SITES= http://www.ibiblio.org/pub/linux/games/amusements/fortune/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.ibiblio.org/pub/linux/games/amusements/fortune/
COMMENT= Fortune cookie generator
LICENSE= original-bsd
DEPENDS+= fortune-strfile>=0:../../games/fortune-strfile
.include "options.mk"
BUILD_TARGET= fortune-bin cookies-z
MAKE_ENV+= STRFILE=${PREFIX}/bin/strfile
PRINT_PLIST_AWK+= /fortune\/off\// { $$0 = "$${PLIST.off}" $$0; }
.include "../../mk/bsd.pkg.mk"