blob: 9155f4f009c7ed9954d2ca965010e861b549447e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: ssid
# Date created: 2011-02-15
# Whom: 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>
|