pkgsrc/games/fortune/Makefile
jperkin 25ae259f4f Import fortune-19970829 into pkgsrc as games/fortune.
This is the Linux "port" of BSD fortune, but has been patched to work with
BSD fortune files so that those available already in pkgsrc will work.  The
pkgsrc strfile has been made a full dependency so that those with dat files
in the Linux format can easily regenerate them to be compatible.
2017-08-07 11:10:32 +00:00

22 lines
625 B
Makefile

# $NetBSD: Makefile,v 1.1 2017/08/07 11:10:32 jperkin 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= http://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"