pkgsrc/games/fruit/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
492 B
Makefile

# $NetBSD: Makefile,v 1.7 2020/01/26 17:31:15 rillig Exp $
#
DISTNAME= fruit_21_linux
PKGNAME= fruit-2.1
CATEGORIES= games
MASTER_SITES= http://arctrix.com/nas/chess/fruit/
EXTRACT_SUFX= .zip
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://arctrix.com/nas/chess/fruit/
COMMENT= Chess playing engine
BUILD_DIRS= src
USE_LANGUAGES= c++
INSTALLATION_DIRS= bin
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/fruit ${DESTDIR}${PREFIX}/bin/fruit
.include "../../mk/bsd.pkg.mk"