2000-05-19 08:27:08 +02:00
|
|
|
# New ports collection makefile for: OpenJade
|
|
|
|
# Date created: May 19, 2000
|
|
|
|
# Whom: kuriyama
|
1997-06-22 22:28:13 +02:00
|
|
|
#
|
1999-08-31 04:11:56 +02:00
|
|
|
# $FreeBSD$
|
1997-06-22 22:28:13 +02:00
|
|
|
#
|
|
|
|
|
2000-05-19 08:27:08 +02:00
|
|
|
PORTNAME= openjade
|
2003-01-06 10:21:34 +01:00
|
|
|
PORTVERSION= 1.3.2
|
2003-08-05 05:25:44 +02:00
|
|
|
PORTREVISION= 5
|
1997-06-22 22:28:13 +02:00
|
|
|
CATEGORIES= textproc
|
2000-06-14 15:21:38 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
1997-06-22 22:28:13 +02:00
|
|
|
|
2000-05-19 08:27:08 +02:00
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
2003-02-22 08:48:51 +01:00
|
|
|
COMMENT= Object-oriented SGML/XML parser toolkit and DSSSL engine
|
1999-07-04 23:11:10 +02:00
|
|
|
|
2003-01-06 10:21:34 +01:00
|
|
|
LIB_DEPENDS= osp.3:${PORTSDIR}/textproc/opensp
|
Switch to using xmlcatmgr from mkcatalog.
# Maintainers, please let me know if I break something in your port.
Submitted by: hrs
PR: ports/53819, ports/53820, ports/53821, ports/53822,
ports/53823, ports/53824, ports/53825, ports/53826,
ports/53827, ports/53828, ports/53829, ports/53830,
ports/53831, ports/53832, ports/53833, ports/53834,
ports/53835, ports/53836, ports/53837
2003-07-01 08:21:09 +02:00
|
|
|
RUN_DEPENDS= ${XMLCATMGR}:${PORTSDIR}/textproc/xmlcatmgr
|
2002-01-19 07:51:06 +01:00
|
|
|
|
2000-02-12 02:21:11 +01:00
|
|
|
USE_GMAKE= YES
|
2000-02-17 14:08:50 +01:00
|
|
|
USE_LIBTOOL= YES
|
2002-11-04 04:05:48 +01:00
|
|
|
USE_PERL5= yes
|
2001-02-28 00:03:36 +01:00
|
|
|
CONFIGURE_ARGS= --enable-default-catalog=${PREFIX}/share/sgml/catalog \
|
|
|
|
--datadir=${PREFIX}/share/sgml/openjade
|
|
|
|
INSTALLS_SHLIB= yes
|
Switch to using xmlcatmgr from mkcatalog.
# Maintainers, please let me know if I break something in your port.
Submitted by: hrs
PR: ports/53819, ports/53820, ports/53821, ports/53822,
ports/53823, ports/53824, ports/53825, ports/53826,
ports/53827, ports/53828, ports/53829, ports/53830,
ports/53831, ports/53832, ports/53833, ports/53834,
ports/53835, ports/53836, ports/53837
2003-07-01 08:21:09 +02:00
|
|
|
PLIST_SUB= XMLCATMGR=${XMLCATMGR}
|
|
|
|
PLIST_SUB+= CATALOG_PORTS_SGML=${CATALOG_PORTS_SGML}
|
2002-01-19 07:51:06 +01:00
|
|
|
|
Switch to using xmlcatmgr from mkcatalog.
# Maintainers, please let me know if I break something in your port.
Submitted by: hrs
PR: ports/53819, ports/53820, ports/53821, ports/53822,
ports/53823, ports/53824, ports/53825, ports/53826,
ports/53827, ports/53828, ports/53829, ports/53830,
ports/53831, ports/53832, ports/53833, ports/53834,
ports/53835, ports/53836, ports/53837
2003-07-01 08:21:09 +02:00
|
|
|
CATALOG_PORTS_SGML= ${PREFIX}/share/sgml/catalog.ports
|
|
|
|
XMLCATMGR= ${LOCALBASE}/bin/xmlcatmgr
|
2000-02-11 02:52:21 +01:00
|
|
|
|
1999-01-27 01:12:23 +01:00
|
|
|
post-install:
|
2001-02-28 00:03:36 +01:00
|
|
|
@${INSTALL_DATA} ${WRKSRC}/dsssl/* ${PREFIX}/share/sgml/openjade
|
Switch to using xmlcatmgr from mkcatalog.
# Maintainers, please let me know if I break something in your port.
Submitted by: hrs
PR: ports/53819, ports/53820, ports/53821, ports/53822,
ports/53823, ports/53824, ports/53825, ports/53826,
ports/53827, ports/53828, ports/53829, ports/53830,
ports/53831, ports/53832, ports/53833, ports/53834,
ports/53835, ports/53836, ports/53837
2003-07-01 08:21:09 +02:00
|
|
|
@${XMLCATMGR} -sc ${CATALOG_PORTS_SGML} add CATALOG openjade/catalog
|
1997-06-22 22:28:13 +02:00
|
|
|
|
2001-02-28 00:03:36 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2001-02-28 02:48:02 +01:00
|
|
|
# This port cannot be CFLAGS safe, using optimizations such as
|
2001-02-28 00:03:36 +01:00
|
|
|
# 'march=-mpentium -Os' produces core dumps with certain input files
|
|
|
|
# Therefore, we'd better remove all machine optimizations and any -O
|
|
|
|
# other than -O{0,1,}. Idea taken from palm/prc-tools-gcc.
|
2002-01-21 00:15:59 +01:00
|
|
|
CPPFLAGS:= -O ${CFLAGS:N-O*:N-m*}
|
2001-02-28 00:03:36 +01:00
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|