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

34 lines
753 B
Makefile
Raw Normal View History

# New ports collection makefile for: jade
# Version required: 1.0.1
# Date created: June 19, 1997
# Whom: jfieber
#
# $Id: Makefile,v 1.7 1997/09/06 04:21:03 jfieber Exp $
#
DISTNAME= jade1_0_1
PKGNAME= jade-1.0.1
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:
1997-07-17 15:13:02 +00:00
# ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>