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

28 lines
578 B
Makefile
Raw Normal View History

# New ports collection makefile for: jade
# Version required: 1.1
# Date created: June 19, 1997
# Whom: jfieber
#
# $Id: Makefile,v 1.10 1998/06/03 18:08:11 jdp Exp $
#
DISTNAME= jade1_1_1
PKGNAME= jade-1.1.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
# 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>