Lines 7-13
Link Here
|
7 |
|
7 |
|
8 |
PORTNAME= sgmltools-lite |
8 |
PORTNAME= sgmltools-lite |
9 |
PORTVERSION= 3.0.3 |
9 |
PORTVERSION= 3.0.3 |
10 |
PORTREVISION= 1 |
10 |
PORTREVISION= 2 |
11 |
CATEGORIES= textproc |
11 |
CATEGORIES= textproc |
12 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} |
12 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} |
13 |
MASTER_SITE_SUBDIR= sgmltools-lite |
13 |
MASTER_SITE_SUBDIR= sgmltools-lite |
Lines 15-33
Link Here
|
15 |
MAINTAINER= ports@FreeBSD.org |
15 |
MAINTAINER= ports@FreeBSD.org |
16 |
COMMENT= Generates various output formats from DocBook SGML documents |
16 |
COMMENT= Generates various output formats from DocBook SGML documents |
17 |
|
17 |
|
18 |
BUILD_DEPENDS+= python:${PORTSDIR}/lang/python \ |
18 |
BUILD_DEPENDS+= openjade:${PORTSDIR}/textproc/openjade \ |
19 |
openjade:${PORTSDIR}/textproc/openjade \ |
|
|
20 |
${LOCALBASE}/share/texmf:${PORTSDIR}/print/teTeX |
19 |
${LOCALBASE}/share/texmf:${PORTSDIR}/print/teTeX |
21 |
RUN_DEPENDS+= ${LOCALBASE}/share/sgml/docbook:${PORTSDIR}/textproc/docbook \ |
20 |
RUN_DEPENDS+= ${LOCALBASE}/share/sgml/docbook:${PORTSDIR}/textproc/docbook \ |
22 |
${LOCALBASE}/share/sgml/docbook/dsssl:${PORTSDIR}/textproc/dsssl-docbook-modular |
21 |
${LOCALBASE}/share/sgml/docbook/dsssl:${PORTSDIR}/textproc/dsssl-docbook-modular |
23 |
|
22 |
|
24 |
BROKEN= Broken pkg-plist |
23 |
USE_PYTHON_BUILD= yes |
25 |
EXPIRATION_DATE=2005-02-18 |
|
|
26 |
DEPRECATED= ${BROKEN} |
27 |
|
28 |
MAN1= sgmltools-lite.1 |
24 |
MAN1= sgmltools-lite.1 |
29 |
GNU_CONFIGURE= yes |
25 |
GNU_CONFIGURE= yes |
30 |
CONFIGURE_ARGS+=--with-etcsgml=${PREFIX}/etc/sgml --datadir=${LOCALBASE}/share |
26 |
CONFIGURE_ARGS+=--with-etcsgml=${PREFIX}/etc/sgml --datadir=${PREFIX}/share |
31 |
|
27 |
|
32 |
pre-configure: |
28 |
pre-configure: |
33 |
${RM} -f ${WRKSRC}/config.cache |
29 |
${RM} -f ${WRKSRC}/config.cache |
Lines 36-41
Link Here
|
36 |
${MKDIR} ${PREFIX}/etc/sgml |
32 |
${MKDIR} ${PREFIX}/etc/sgml |
37 |
|
33 |
|
38 |
post-install: |
34 |
post-install: |
39 |
${ECHO_CMD} "3.0.3" > ${LOCALBASE}/share/sgml/misc/sgmltools/VERSION |
35 |
${ECHO_CMD} "3.0.3" > ${PREFIX}/share/sgml/misc/sgmltools/VERSION |
40 |
|
36 |
|
41 |
.include <bsd.port.mk> |
37 |
.include <bsd.port.mk> |