summaryrefslogtreecommitdiff
path: root/databases/pgagent/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/pgagent/Makefile')
-rw-r--r--databases/pgagent/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/databases/pgagent/Makefile b/databases/pgagent/Makefile
new file mode 100644
index 000000000000..5025c9a94921
--- /dev/null
+++ b/databases/pgagent/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: pgagent
+# Date created: June 8, 2012
+# Whom: Max Khon
+#
+# $FreeBSD$
+#
+
+PORTNAME= pgagent
+PORTVERSION= 3.2.1
+CATEGORIES= databases
+MASTER_SITES= ${MASTER_SITE_PGSQL}
+MASTER_SITE_SUBDIR= pgadmin3/release/pgagent
+DISTNAME= pgAgent-${PORTVERSION}-Source
+
+MAINTAINER= fjoe@FreeBSD.org
+COMMENT= Job scheduler for PostgreSQL
+
+MAKE_JOBS_SAFE= yes
+USE_CMAKE= yes
+CMAKE_ARGS= -DSTATIC_BUILD:BOOL=NO -DWX_CONFIG_PATH:FILEPATH="${WX_CONFIG}"
+USE_WX= 2.8
+WX_UNICODE= yes
+USE_PGSQL= yes
+IGNORE_WITH_PGSQL= 82 83
+
+.include <bsd.port.mk>