pkgsrc/games/newvox/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

19 lines
454 B
Makefile

# $NetBSD: Makefile,v 1.28 2020/01/26 17:31:16 rillig Exp $
#
DISTNAME= newvox-1.0
PKGREVISION= 8
CATEGORIES= games
MASTER_SITES= http://www.libsdl.org/projects/newvox/src/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.libsdl.org/projects/newvox/index.html
COMMENT= Voxel-style landscape rendering fly-by
GNU_CONFIGURE= YES
LIBS.SunOS+= -lm
LDFLAGS.DragonFly= -lm
.include "../../devel/SDL/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"