Lines 6-12
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= flamerobin |
8 |
PORTNAME= flamerobin |
9 |
PORTVERSION= 0.7.5 |
9 |
PORTVERSION= 0.7.6 |
10 |
CATEGORIES= databases |
10 |
CATEGORIES= databases |
11 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} |
11 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} |
12 |
MASTER_SITE_SUBDIR= ${PORTNAME} |
12 |
MASTER_SITE_SUBDIR= ${PORTNAME} |
Lines 17-23
Link Here
|
17 |
|
17 |
|
18 |
LIB_DEPENDS= fbclient.1:${PORTSDIR}/databases/firebird-client |
18 |
LIB_DEPENDS= fbclient.1:${PORTSDIR}/databases/firebird-client |
19 |
|
19 |
|
20 |
USE_WX= 2.6 |
20 |
USE_WX= 2.6+ |
21 |
WX_COMPS= wx contrib |
21 |
WX_COMPS= wx contrib |
22 |
WX_CONF_ARGS= absolute |
22 |
WX_CONF_ARGS= absolute |
23 |
WX_PREMK= yes |
23 |
WX_PREMK= yes |
Lines 26-36
Link Here
|
26 |
USE_X_PREFIX= yes |
26 |
USE_X_PREFIX= yes |
27 |
GNU_CONFIGURE= yes |
27 |
GNU_CONFIGURE= yes |
28 |
CONFIGURE_TARGET=--build=${ARCH}-portbld-freebsd${OSREL} |
28 |
CONFIGURE_TARGET=--build=${ARCH}-portbld-freebsd${OSREL} |
|
|
29 |
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -L${X11BASE}/lib" |
30 |
|
31 |
OPTIONS= FIREBIRD "Use firebird1 instead of firebird2" off |
29 |
|
32 |
|
30 |
SUB_FILES= pkg-message |
33 |
SUB_FILES= pkg-message |
31 |
MAN1= flamerobin.1 |
34 |
MAN1= flamerobin.1 |
32 |
|
35 |
|
33 |
.include <bsd.port.pre.mk> |
36 |
.include <bsd.port.pre.mk> |
|
|
37 |
|
38 |
.if defined(WITH_FIREBIRD) |
39 |
LIB_DEPENDS= fbclient.1:${PORTSDIR}/databases/firebird-client |
40 |
.else |
41 |
LIB_DEPENDS= fbclient.2:${PORTSDIR}/databases/firebird2-client |
42 |
.endif |
34 |
|
43 |
|
35 |
.if exists(${WX_CONFIG}) |
44 |
.if exists(${WX_CONFIG}) |
36 |
WX_VER_STR!= ${WX_CONFIG} --release |
45 |
WX_VER_STR!= ${WX_CONFIG} --release |