2007-12-19 09:33:31 +00:00
|
|
|
# New ports collection makefile for: ptop
|
2008-05-09 00:55:59 +00:00
|
|
|
# Date created: 18 December 2007
|
|
|
|
# Whom: Sunghyuk Do <sunghyuk@gmail.com>
|
2007-12-19 09:33:31 +00:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ptop
|
2008-05-09 00:55:59 +00:00
|
|
|
PORTVERSION= 3.6.2
|
2008-06-06 14:17:21 +00:00
|
|
|
PORTREVISION= 1
|
2007-12-19 09:33:31 +00:00
|
|
|
CATEGORIES= databases
|
2008-05-09 00:55:59 +00:00
|
|
|
MASTER_SITES= http://pgfoundry.org/frs/download.php/1781/
|
|
|
|
DISTNAME= pg_top-${PORTVERSION}
|
2007-12-19 09:33:31 +00:00
|
|
|
|
|
|
|
MAINTAINER= sunghyuk@gmail.com
|
|
|
|
COMMENT= Top clone for postgresql
|
|
|
|
|
2008-05-09 00:55:59 +00:00
|
|
|
MAN1= pg_top.1
|
2007-12-19 09:33:31 +00:00
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_PGSQL= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2008-05-09 00:55:59 +00:00
|
|
|
PLIST_FILES= bin/pg_top
|
2007-12-19 09:33:31 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|