blob: 91964e37ab6b0d4b4c37058658f895d19ab0979d (
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.1b4
CATEGORIES= databases
MASTER_SITES= http://pgfoundry.org/frs/download.php/1654/
MAINTAINER= sunghyuk@gmail.com
COMMENT= Top clone for postgresql
WRKSRC= ${WRKDIR}/ptop-3.6.1-beta4
MAN1= ptop.1
USE_GMAKE= yes
USE_PGSQL= yes
GNU_CONFIGURE= yes
PLIST_FILES= bin/ptop
.include <bsd.port.mk>
|