From c2fd0294a926f74d4b54c46f2220b0bf97919939 Mon Sep 17 00:00:00 2001 From: jfieber Date: Sun, 22 Jun 1997 20:28:13 +0000 Subject: Jade: a DSSSL processor. Note, this port is a superset of the SP port, but unlike SP this one will not compile on FreeBSD 2.1.x--a more modern C++ compiler is needed. --- textproc/openjade/Makefile | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 textproc/openjade/Makefile (limited to 'textproc/openjade/Makefile') diff --git a/textproc/openjade/Makefile b/textproc/openjade/Makefile new file mode 100644 index 000000000000..43b4b8fd826c --- /dev/null +++ b/textproc/openjade/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: jade +# Version required: 0.8 +# Date created: June 19, 1997 +# Whom: jfieber +# +# $Id$ +# + +DISTNAME= jade-0.8 +CATEGORIES= textproc +MASTER_SITES= ftp://ftp.jclark.com/pub/jade/ + +MAINTAINER= jfieber@FreeBSD.ORG + +DISTFILES= jade0_8.zip +EXTRACT_CMD= unzip +EXTRACT_BEFORE_ARGS= -a -U -qq + +NO_WRKSUBDIR= + +# Unfortunately, jade needs a more modern C++ compiler than +# comes with FreeBSD 2.1.x. +.if !exists(/usr/lib/libstdc++.a) +BROKEN= yes +.endif + +BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip + +post-install: + /sbin/ldconfig -m ${PREFIX}/lib + +.include -- cgit