aboutsummaryrefslogtreecommitdiffstats
path: root/databases/ptop/Makefile
blob: 9d7b232fc0a2a41f92ad8869a04d7fe15de842b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:   ptop
# Date created:        18 December 2007
# Whom:                sunghyuk
#
# $FreeBSD$
#

PORTNAME=   ptop
DISTVERSION=    3.6.1b2
CATEGORIES= databases
MASTER_SITES=   http://pgfoundry.org/frs/download.php/1538/

MAINTAINER= sunghyuk@gmail.com
COMMENT=    Top clone for postgresql

WRKSRC= ${WRKDIR}/ptop-3.6.1-beta2

MAN1=   ptop.1
USE_GMAKE=  yes
USE_PGSQL=  yes
GNU_CONFIGURE=  yes

PLIST_FILES=    bin/ptop

.include <bsd.port.mk>