mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
23 lines
397 B
Makefile
23 lines
397 B
Makefile
# Created by: Tomasz Walaszek <tmwalaszek@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ptools
|
|
PORTVERSION= 0.2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://shewolf.com.pl/ptools/
|
|
|
|
MAINTAINER= tmwalaszek@gmail.com
|
|
COMMENT= Toolset based on Solaris ptools functionality
|
|
|
|
LICENSE= BSD
|
|
|
|
LATEST_LINK= ${PORTNAME}2
|
|
|
|
PLIST_FILES= bin/pargs \
|
|
bin/pwdx \
|
|
bin/pldd \
|
|
bin/ptree
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|