freebsd-ports/databases/pgagent/Makefile
Baptiste Daroussin e0de738591 Remove ansi version fo wxGTK 2.8 and only keep the unicode version
All applications in the ports tree works correctly with unicode version of wxGTK

Newer version of wxGTK are unicode only (3.0+)

Note that now WX_UNICODE macro is noop
2015-09-16 19:51:26 +00:00

25 lines
606 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 pgsql
CMAKE_ARGS= -DSTATIC_BUILD:BOOL=NO -DWX_CONFIG_PATH:FILEPATH="${WX_CONFIG}"
USE_WX= 2.8
WX_UNICODE= yes
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>