mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
2d8b17ea39
With hat: portmgr
17 lines
282 B
Makefile
17 lines
282 B
Makefile
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ssid
|
|
PORTVERSION= 0.1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://dl.suckless.org/tools/
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= Simple setsid replacement
|
|
|
|
LICENSE= MIT
|
|
|
|
PLIST_FILES= bin/ssid
|
|
|
|
.include <bsd.port.mk>
|