Lines 15-22
Link Here
|
15 |
|
15 |
|
16 |
LICENSE= GPLv2 |
16 |
LICENSE= GPLv2 |
17 |
|
17 |
|
18 |
BUILD_DEPENDS= lazbuild:${PORTSDIR}/editors/lazarus \ |
18 |
RUN_DEPENDS+= lazarus>=1.0.14:${PORTSDIR}/editors/lazarus |
19 |
fpcres:${PORTSDIR}/lang/fpc-utils |
19 |
BUILD_DEPENDS+= lazarus>=1.0.14:${PORTSDIR}/editors/lazarus |
|
|
20 |
|
21 |
RUN_DEPENDS+= fpc-utils>=2.6.2:${PORTSDIR}/lang/fpc-utils |
22 |
BUILD_DEPENDS+= fpc-utils>=2.6.2:${PORTSDIR}/lang/fpc-utils |
20 |
|
23 |
|
21 |
ONLY_FOR_ARCHS= i386 amd64 |
24 |
ONLY_FOR_ARCHS= i386 amd64 |
22 |
|
25 |
|
Lines 30-36
Link Here
|
30 |
PLIST= ${WRKDIR}/pkg-plist |
33 |
PLIST= ${WRKDIR}/pkg-plist |
31 |
|
34 |
|
32 |
PROJECT_FILE= src/doublecmd.lpi |
35 |
PROJECT_FILE= src/doublecmd.lpi |
33 |
LAZARUS_VER= 1.2.4 |
36 |
|
|
|
37 |
LAZARUS_VER!= lazbuild --version |
38 |
|
34 |
LAZBUILD_CMD= ${LOCALBASE}/bin/lazbuild -d --pcp=${WRKSRC}/tmppcp |
39 |
LAZBUILD_CMD= ${LOCALBASE}/bin/lazbuild -d --pcp=${WRKSRC}/tmppcp |
35 |
LAZARUS_DIR= ${LOCALBASE}/share/lazarus-${LAZARUS_VER} |
40 |
LAZARUS_DIR= ${LOCALBASE}/share/lazarus-${LAZARUS_VER} |
36 |
|
41 |
|