Lines 16-21
Link Here
|
16 |
|
16 |
|
17 |
RUN_DEPENDS?= dtplite:${PORTSDIR}/devel/tcllib |
17 |
RUN_DEPENDS?= dtplite:${PORTSDIR}/devel/tcllib |
18 |
|
18 |
|
|
|
19 |
PORTDOCS= README.html html.xsl nroff.xsl tclxml.html tclxml.xml \ |
20 |
README.xml man.macros tcldoc-1.0.dtd tclxml.n txt.xsl |
21 |
|
19 |
USE_TCL= 82+ |
22 |
USE_TCL= 82+ |
20 |
GNU_CONFIGURE= yes |
23 |
GNU_CONFIGURE= yes |
21 |
USE_LDCONFIG?= ${PREFIX}/lib/Tclxml${PORTVERSION} |
24 |
USE_LDCONFIG?= ${PREFIX}/lib/Tclxml${PORTVERSION} |
Lines 25-28
Link Here
|
25 |
PATCHDIR= ${PKGDIR}${PKGNAMESUFFIX}/files/ |
28 |
PATCHDIR= ${PKGDIR}${PKGNAMESUFFIX}/files/ |
26 |
PLIST_SUB= VER=${PORTVERSION} |
29 |
PLIST_SUB= VER=${PORTVERSION} |
27 |
|
30 |
|
28 |
.include <bsd.port.mk> |
31 |
.include <bsd.port.pre.mk> |
|
|
32 |
|
33 |
pre-install: |
34 |
|
35 |
.if !defined(NOPORTDOCS) |
36 |
@${INSTALL} -d ${DOCSDIR} |
37 |
@cd ${WRKSRC}/doc && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} |
38 |
.endif |
39 |
|
40 |
.include <bsd.port.post.mk> |