freebsd-ports/databases/pgagent/Makefile
Max Brazhnikov ffd97a0193 - convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
2013-03-22 20:06:14 +00:00

29 lines
655 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
MAKE_JOBS_SAFE= yes
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>