freebsd-ports/databases/pgagent/Makefile
Alex Kozlov d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00

28 lines
635 B
Makefile

# New ports collection makefile for: pgagent
# Date created: June 8, 2012
# Whom: Max Khon
#
# $FreeBSD$
#
PORTNAME= pgagent
PORTVERSION= 3.3.0
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
USES= cmake
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
PLIST_FILES= bin/pgagent
PORTDATA= *
.include <bsd.port.mk>