blob: 891f88f3d956ca0e25f18cf8bed656a3a09e8fd3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
# 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>
|