8221ddf1e3
except it being really simple. WWW: http://tools.suckless.org/ssid/
20 lines
352 B
Makefile
20 lines
352 B
Makefile
# 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>
|