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

25 lines
607 B
Makefile

# $NetBSD: Makefile,v 1.19 2020/01/26 17:31:17 rillig Exp $
#
DISTNAME= tads23-unix
PKGNAME= tads-3.0.8
PKGREVISION= 4
CATEGORIES= games
MASTER_SITES= http://www.tads.org/t3dl/
DIST_SUBDIR= ${PKGNAME_NOREV}-1
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.tads.org/
COMMENT= TADS compiler and interpreter
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
NO_CONFIGURE= yes
BUILD_DIRS= tads2 tads3
USE_LANGUAGES= c c++
MAKE_ENV+= PKGREVISION=${PKGREVISION} MAINTAINER=${MAINTAINER:Q}
post-extract:
${RM} ${WRKSRC}/tads3/BSD/wchar.h
.include "../../mk/termcap.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"