1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/textproc/jade/Makefile
David E. O'Brien 6fd573b4fd Style police:
*  Move RUN_DEPENDS to proper place
*  use PKGNAME and EXTRACT_SUFX rather than DISTFILES
1997-06-29 09:49:49 +00:00

34 lines
669 B
Makefile

# New ports collection makefile for: jade
# Version required: 0.8
# Date created: June 19, 1997
# Whom: jfieber
#
# $Id: Makefile,v 1.1.1.1 1997/06/22 20:28:11 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= yes
.endif
post-install:
/sbin/ldconfig -m ${PREFIX}/lib
.include <bsd.port.mk>