summaryrefslogtreecommitdiff
path: root/sysutils/ssid/Makefile
blob: fd66a363f6ab27e9f780e2f6fac9e98ad5cb877b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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

NO_STAGE=	yes
.include <bsd.port.mk>