pkgsrc/misc/xtend/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

20 lines
495 B
Makefile

# $NetBSD: Makefile,v 1.8 2020/01/26 17:31:45 rillig Exp $
#
DISTNAME= xtend-1.2beta4
CATEGORIES= misc
MASTER_SITES= ftp://ftp.jabberwocky.com/pub/xtend/
MAINTAINER= damon@brodiefamily.org
HOMEPAGE= https://www.jabberwocky.com/software/xtend/
COMMENT= Monitors X10 commands using heyu to automate UNIX functions
DEPENDS+= heyu>=1.35:../../misc/heyu
GNU_CONFIGURE= yes
INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1
SPECIAL_PERMS+= bin/xtend ${SETUID_ROOT_PERMS}
.include "../../mk/bsd.pkg.mk"