91a1caa242
Hope to see you back! Thank for all the work!
16 lines
283 B
Makefile
16 lines
283 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= ports@FreeBSD.org
|
|
COMMENT= Simple setsid replacement
|
|
|
|
LICENSE= MIT
|
|
|
|
PLIST_FILES= bin/ssid
|
|
|
|
.include <bsd.port.mk>
|