aboutsummaryrefslogtreecommitdiff
path: root/databases/ptop/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-12-19 09:33:31 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-12-19 09:33:31 +0000
commit59cff48bf2b188beb76d186516729c41a0867d29 (patch)
treef6bafe8afe3a790f89355a0bc85c7ad740d173f5 /databases/ptop/Makefile
parentcd00babcb10c3b4d3904995524d3d2a777be3ba5 (diff)
downloadports-59cff48bf2b188beb76d186516729c41a0867d29.tar.gz
ports-59cff48bf2b188beb76d186516729c41a0867d29.zip
Notes
Diffstat (limited to 'databases/ptop/Makefile')
-rw-r--r--databases/ptop/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/databases/ptop/Makefile b/databases/ptop/Makefile
new file mode 100644
index 000000000000..9d7b232fc0a2
--- /dev/null
+++ b/databases/ptop/Makefile
@@ -0,0 +1,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>