mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
9a7f7b5fc6
While here: - stage support for pg_rman - stage support for pgagent - stage support for hashtypes
23 lines
470 B
Makefile
23 lines
470 B
Makefile
# Created by: 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 pgsql
|
|
CMAKE_ARGS= -DSTATIC_BUILD:BOOL=NO -DWX_CONFIG_PATH:FILEPATH="${WX_CONFIG}"
|
|
USE_WX= 2.8
|
|
WX_UNICODE= yes
|
|
|
|
PLIST_FILES= bin/pgagent
|
|
PORTDATA= *
|
|
|
|
.include <bsd.port.mk>
|