2006-06-06 18:10:01 +00:00
|
|
|
# New ports collection makefile for: flamerobin
|
|
|
|
# Date created: 5 April 2006
|
|
|
|
# Whom: dindin
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= flamerobin
|
2011-08-19 14:42:37 +00:00
|
|
|
PORTVERSION= 0.9.2
|
2012-06-01 05:26:28 +00:00
|
|
|
PORTREVISION= 1
|
2006-06-06 18:10:01 +00:00
|
|
|
CATEGORIES= databases
|
2011-08-19 14:42:37 +00:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/
|
2006-09-17 09:48:49 +00:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
2006-06-06 18:10:01 +00:00
|
|
|
|
2011-08-19 14:42:37 +00:00
|
|
|
MAINTAINER= acm@FreeBSD.org
|
2006-08-06 05:35:32 +00:00
|
|
|
COMMENT= The GUI administration tool for firebird database
|
2006-06-06 18:10:01 +00:00
|
|
|
|
2011-08-19 14:42:37 +00:00
|
|
|
USE_FIREBIRD= yes
|
|
|
|
USE_WX= 2.8+
|
2006-08-06 05:35:32 +00:00
|
|
|
WX_COMPS= wx contrib
|
2006-11-14 18:03:41 +00:00
|
|
|
WX_CONF_ARGS= absolute
|
|
|
|
WX_PREMK= yes
|
2006-08-06 05:35:32 +00:00
|
|
|
WX_UNICODE= yes
|
2006-06-06 18:10:01 +00:00
|
|
|
|
2006-11-14 18:03:41 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2011-09-23 22:26:39 +00:00
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2007-02-27 16:52:03 +00:00
|
|
|
|
2006-06-06 18:10:01 +00:00
|
|
|
SUB_FILES= pkg-message
|
|
|
|
MAN1= flamerobin.1
|
|
|
|
|
2006-08-06 05:35:32 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2006-06-06 18:10:01 +00:00
|
|
|
post-install:
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
|
2006-08-06 05:35:32 +00:00
|
|
|
.include <bsd.port.post.mk>
|