17 lines
339 B
Makefile
17 lines
339 B
Makefile
PORTNAME= setsid
|
|
DISTVERSION= 2.37
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= LOCAL/tobik
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Run a command in a new session
|
|
WWW= https://github.com/t6/setsid
|
|
|
|
LICENSE= PD
|
|
|
|
PLIST_FILES= bin/setsid \
|
|
bin/ssid \
|
|
share/bash-completion/completions/setsid \
|
|
share/man/man1/setsid.1.gz
|
|
|
|
.include <bsd.port.mk>
|