aboutsummaryrefslogtreecommitdiff
path: root/sysutils/ptools/Makefile
blob: 090d9b9e1c6773634c86400619325864b845e078 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Tomasz Walaszek <tmwalaszek@gmail.com>
# $FreeBSD$

PORTNAME=	ptools
PORTVERSION=	0.1
CATEGORIES=	sysutils
MASTER_SITES=	http://shewolf.com.pl/ptools/

MAINTAINER=	tmwalaszek@gmail.com
COMMENT=	Toolset based on Solaris ptools functionality

LICENSE=	BSD

PLIST_FILES=	bin/pargs \
		bin/pwdx \
		bin/pldd \
		bin/ptree

.include <bsd.port.mk>