pkgsrc/games/fortunes-de/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

28 lines
758 B
Makefile

# $NetBSD: Makefile,v 1.17 2020/01/26 17:31:15 rillig Exp $
#
DISTNAME= fortunes-de-0.20
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/f/fortunes-de/}
DISTFILES= fortunes-de_0.20.orig.tar.gz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://packages.debian.org/unstable/games/fortunes-de.html
COMMENT= German data files for fortune
BUILD_DEPENDS+= fortune-strfile-[0-9]*:../../games/fortune-strfile
STRFILE= ${LOCALBASE}/bin/strfile
INSTALLATION_DIRS= share/games/fortune/de
CHECK_PORTABILITY_SKIP= install.sh
USE_TOOLS+= pax
do-build:
find ${WRKSRC}/data -type f ! -name "*.dat" -exec ${STRFILE} {} \;
do-install:
cd ${WRKSRC}/data && pax -rw . \
${DESTDIR}${PREFIX}/share/games/fortune/de
.include "../../mk/bsd.pkg.mk"