pkgsrc/devel/frink/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
715 B
Makefile

# $NetBSD: Makefile,v 1.4 2020/01/26 17:30:57 rillig Exp $
DISTNAME= frink-2.2.2p4
CATEGORIES= devel
MASTER_SITES= ftp://catless.ncl.ac.uk/pub/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://catless.ncl.ac.uk/Programs/Frink/
COMMENT= Tcl formatting and static syntax check program
LICENSE= frink-license
RESTRICTED= For commercial use please contact the author.
NO_BIN_ON_CDROM= ${RESTRICTED}
NO_BIN_ON_FTP= ${RESTRICTED}
INSTALLATION_DIRS= bin share/doc/frink
WRKSRC= ${WRKDIR}/frink-2.2.2
GNU_CONFIGURE= yes
post-install:
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/frink
${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${DESTDIR}${PREFIX}/share/doc/frink
.include "../../mk/bsd.pkg.mk"