freebsd-ports/textproc/openjade/Makefile
John Fieber b9d8971393 Unbreak this. Sort of. Shared libraries are still disabled
until I can figure out what is going on with them.

An assortment of other small messes were cleaned up.
1997-07-07 02:43:46 +00:00

33 lines
750 B
Makefile

# New ports collection makefile for: jade
# Version required: 0.8
# Date created: June 19, 1997
# Whom: jfieber
#
# $Id: Makefile,v 1.3 1997/07/06 02:54:02 jfieber Exp $
#
DISTNAME= jade0_8
PKGNAME= jade-0.8
CATEGORIES= textproc
MASTER_SITES= ftp://ftp.jclark.com/pub/jade/
EXTRACT_SUFX= .zip
MAINTAINER= jfieber@FreeBSD.ORG
BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
EXTRACT_CMD= unzip
EXTRACT_BEFORE_ARGS= -a -U -qq
NO_WRKSUBDIR= yes
# Unfortunately, jade needs a more modern C++ compiler than
# comes with FreeBSD 2.1.x.
.if !exists(/usr/lib/libstdc++.a)
BROKEN= Requires FreeBSD 2.2 or later.
.endif
# Shared libraries are currently broken for this port.
# post-install:
# /sbin/ldconfig -m ${PREFIX}/lib
.include <bsd.port.mk>