blob: 80a8cff20f4aed4f62aee8c123b1b58042064fec (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# New ports collection makefile for: pslist
# Date created: 27 October 2000
# Whom: roam@orbitel.bg
#
# $FreeBSD$
#
PORTNAME= pslist
PORTVERSION= 1.0
CATEGORIES= sysutils
MASTER_SITES= http://mail.orbitel.bg/~roam/devel/sysutils/ \
http://ringwraith.online.bg/~roam/devel/sysutils/
MAINTAINER= roam@FreeBSD.org
NO_BUILD= yes
.include <bsd.port.mk>
|