pkgsrc/emulators/softvms/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

26 lines
663 B
Makefile

# $NetBSD: Makefile,v 1.3 2020/01/26 17:31:09 rillig Exp $
DISTNAME= softvms
PKGNAME= softvms-1.10
CATEGORIES= emulators
MASTER_SITES= http://mc.pp.se/dc/files/
MASTER_SITES+= https://travispaul.me/distfiles/
MAINTAINER= tpaul@NetBSD.org
HOMEPAGE= https://mc.pp.se/dc/sw.html
COMMENT= Emulator capable of running some Sega VMS games
LICENSE= mit
WRKSRC= ${WRKDIR}/vms
GNU_CONFIGURE= yes
DIST_SUBDIR= ${PKGNAME_NOREV}
INSTALLATION_DIRS= bin
BUILD_TARGET= vms
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/vms ${DESTDIR}${PREFIX}/bin/vms
.include "../../x11/libX11/buildlink3.mk"
.include "../../audio/SDL_sound/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"