freebsd-ports/databases/flamerobin/Makefile
Dmitry Marakasov 6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00

35 lines
671 B
Makefile

# New ports collection makefile for: flamerobin
# Date created: 5 April 2006
# Whom: dindin
#
# $FreeBSD$
#
PORTNAME= flamerobin
PORTVERSION= 0.9.2
CATEGORIES= databases
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= acm@FreeBSD.org
COMMENT= The GUI administration tool for firebird database
USE_FIREBIRD= yes
USE_WX= 2.8+
WX_COMPS= wx contrib
WX_CONF_ARGS= absolute
WX_PREMK= yes
WX_UNICODE= yes
GNU_CONFIGURE= yes
LDFLAGS+= -L${LOCALBASE}/lib
SUB_FILES= pkg-message
MAN1= flamerobin.1
.include <bsd.port.pre.mk>
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>