1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/textproc/openjade/Makefile

36 lines
725 B
Makefile
Raw Normal View History

# New ports collection makefile for: jade
# Version required: 0.8
# Date created: June 19, 1997
# Whom: jfieber
#
# $Id: Makefile,v 1.2 1997/06/29 09:49:49 obrien 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
BROKEN= C++ library problems on pre and post 2.2.1 systems
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= yes
.endif
post-install:
/sbin/ldconfig -m ${PREFIX}/lib
.include <bsd.port.mk>