Lines 19-25
Link Here
|
19 |
|
19 |
|
20 |
LIB_DEPENDS= GeoIP.5:${PORTSDIR}/net/GeoIP \ |
20 |
LIB_DEPENDS= GeoIP.5:${PORTSDIR}/net/GeoIP \ |
21 |
pcre.0:${PORTSDIR}/devel/pcre |
21 |
pcre.0:${PORTSDIR}/devel/pcre |
22 |
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2 |
22 |
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash |
23 |
|
23 |
|
24 |
WRKSRC= ${WRKDIR}/verlihub-0.9.8c |
24 |
WRKSRC= ${WRKDIR}/verlihub-0.9.8c |
25 |
|
25 |
|
Lines 27-34
Link Here
|
27 |
USE_PERL5= yes |
27 |
USE_PERL5= yes |
28 |
USE_GMAKE= yes |
28 |
USE_GMAKE= yes |
29 |
GNU_CONFIGURE= yes |
29 |
GNU_CONFIGURE= yes |
30 |
INSTALLS_SHLIB= yes |
30 |
USE_LDCONFIG= yes |
31 |
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" |
31 |
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" |
|
|
32 |
SUB_FILES+= pkg-message |
32 |
|
33 |
|
33 |
PKGMESSAGE= ${WRKDIR}/pkg-message |
34 |
PKGMESSAGE= ${WRKDIR}/pkg-message |
34 |
PORTDOCS= configuring.txt help.sql using.txt features.html help.html params.php verlihub.html |
35 |
PORTDOCS= configuring.txt help.sql using.txt features.html help.html params.php verlihub.html |
Lines 39-47
Link Here
|
39 |
USE_GCC= 3.4+ |
40 |
USE_GCC= 3.4+ |
40 |
.endif |
41 |
.endif |
41 |
|
42 |
|
42 |
post-patch: |
|
|
43 |
@${CAT} ${PKGDIR}/pkg-message | ${SED} 's|%%PREFIX%%|${PREFIX}|' > ${PKGMESSAGE} |
44 |
|
45 |
post-install: |
43 |
post-install: |
46 |
.if !defined(NOPORTDOCS) |
44 |
.if !defined(NOPORTDOCS) |
47 |
${MKDIR} ${DOCSDIR} |
45 |
${MKDIR} ${DOCSDIR} |