mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
2d0884962c
tests for /usr/lib/aout, I took the easy way out and deleted the attempted support of FreeBSD-2.1.x. That branch is dead, dead, dead, and support for it in this port was broken anyway. Another "make release" killer bites the dust.
28 lines
577 B
Makefile
28 lines
577 B
Makefile
# New ports collection makefile for: jade
|
|
# Version required: 1.1
|
|
# Date created: June 19, 1997
|
|
# Whom: jfieber
|
|
#
|
|
# $Id: Makefile,v 1.9 1998/03/13 15:05:20 jfieber Exp $
|
|
#
|
|
|
|
DISTNAME= jade1_1
|
|
PKGNAME= jade-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:
|
|
# ${LDCONFIG} -m ${PREFIX}/lib
|
|
|
|
.include <bsd.port.mk>
|