freebsd-ports/databases/flamerobin/Makefile
Jose Alonso Cardenas Marquez 8a4d102899 - Bump PORTREVISION. firebird25-* ports has been modified for solved some
problems related to ICU
2013-09-30 23:40:36 +00:00

33 lines
607 B
Makefile

# Created by: dindin
# $FreeBSD$
PORTNAME= flamerobin
PORTVERSION= 0.9.2
PORTREVISION= 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
NO_STAGE= yes
.include <bsd.port.pre.mk>
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>