forked from Lainports/freebsd-ports
- Use ARCH instead of MACHINE_ARCH (will possibly allow cross-compilation). - Rename local WX_VERSION since it is a variable defined in bsd.wx.mk. - Remove BROKEN for 4.x since bsd.wx.mk takes care of it when WX_UNICODE is defined. PR: ports/105492 Submitted by: alepulver Approved by: Denis Barov <dindin@dindin.ru> (maintainer)
43 lines
889 B
Makefile
43 lines
889 B
Makefile
# New ports collection makefile for: flamerobin
|
|
# Date created: 5 April 2006
|
|
# Whom: dindin
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= flamerobin
|
|
PORTVERSION= 0.7.5
|
|
CATEGORIES= databases
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
|
|
|
MAINTAINER= dindin@FreeBSD.org.ua
|
|
COMMENT= The GUI administration tool for firebird database
|
|
|
|
LIB_DEPENDS= fbclient.1:${PORTSDIR}/databases/firebird-client
|
|
|
|
USE_WX= 2.6
|
|
WX_COMPS= wx contrib
|
|
WX_CONF_ARGS= absolute
|
|
WX_PREMK= yes
|
|
WX_UNICODE= yes
|
|
|
|
USE_X_PREFIX= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_TARGET=--build=${ARCH}-portbld-freebsd${OSREL}
|
|
|
|
SUB_FILES= pkg-message
|
|
MAN1= flamerobin.1
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.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>
|