9637f7852e
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.
17 lines
411 B
Makefile
17 lines
411 B
Makefile
# $NetBSD: Makefile,v 1.5 2020/01/26 17:32:12 rillig Exp $
|
|
|
|
DISTNAME= ts-0.7.4
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://vicerveza.homeunix.net/~viric/soft/ts/
|
|
|
|
MAINTAINER= jan.smydke@jh-inst.cas.cz
|
|
HOMEPAGE= https://vicerveza.homeunix.net/~viric/soft/ts/
|
|
COMMENT= Simple handy batch system
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_LANGUAGES= c
|
|
USE_TOOLS+= gmake
|
|
|
|
LDFLAGS.SunOS+= -lsocket -lnsl
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|