1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00
freebsd-ports/databases/flamerobin/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

50 lines
1.0 KiB
Makefile

# New ports collection makefile for: flamerobin
# Date created: 5 April 2006
# Whom: dindin
#
# $FreeBSD$
#
PORTNAME= flamerobin
PORTVERSION= 0.7.6
PORTREVISION= 3
CATEGORIES= databases
MASTER_SITES= SF
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= dindin@FreeBSD.org.ua
COMMENT= The GUI administration tool for firebird database
USE_WX= 2.6+
WX_COMPS= wx contrib
WX_CONF_ARGS= absolute
WX_PREMK= yes
WX_UNICODE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET=--build=${ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
OPTIONS= FIREBIRD "Use firebird1 instead of firebird2" off
SUB_FILES= pkg-message
MAN1= flamerobin.1
.include <bsd.port.pre.mk>
.if defined(WITH_FIREBIRD)
LIB_DEPENDS+= fbclient.1:${PORTSDIR}/databases/firebird-client
.else
LIB_DEPENDS+= fbclient.2:${PORTSDIR}/databases/firebird2-client
.endif
.if exists(${WX_CONFIG})
WX_VER_STR!= ${WX_CONFIG} --release
PLIST_SUB+= WX_VERSION=${WX_VER_STR}
.endif
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>