opnsense-ports/databases/pgagent/Makefile
Franco Fichtner e2e9f18bcc */*: sync with upstream
Taken from: FreeBSD
2016-06-21 05:37:51 +02:00

25 lines
620 B
Makefile

# Created by: Max Khon
# $FreeBSD$
PORTNAME= pgagent
PORTVERSION= 3.4.0
PORTREVISION= 2
CATEGORIES= databases
MASTER_SITES= PGSQL/pgadmin3/release/pgagent
DISTNAME= pgAgent-${PORTVERSION}-Source
MAINTAINER= fjoe@FreeBSD.org
COMMENT= Job scheduler for PostgreSQL
USES= cmake dos2unix pgsql
DOS2UNIX_GLOB= *.txt
CMAKE_ARGS= -DSTATIC_BUILD:BOOL=NO -DWX_CONFIG_PATH:FILEPATH="${WX_CONFIG}"
USE_WX= 2.8
PLIST_FILES= bin/pgagent \
share/postgresql/extension/pgagent--3.4.sql \
share/postgresql/extension/pgagent--unpackaged--3.4.sql \
share/postgresql/extension/pgagent.control
PORTDATA= *
.include <bsd.port.mk>