1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/shells/pdksh/Makefile

24 lines
579 B
Makefile
Raw Normal View History

# New ports collection makefile for: pdksh
1999-07-16 06:20:31 +00:00
# Version required: 5.2.14
# Date created: 23 May 1995
1999-07-16 06:20:31 +00:00
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
1999-07-16 06:20:31 +00:00
# $Id: Makefile,v 1.18 1998/04/29 07:56:42 tg Exp $
1995-01-03 22:15:32 +00:00
#
1999-07-16 06:20:31 +00:00
DISTNAME= pdksh-5.2.14
CATEGORIES= shells
1999-07-16 06:20:31 +00:00
MASTER_SITES= ftp://ftp.cs.mun.ca/pub/pdksh/ \
http://gd.tuwien.ac.at/utils/shells/pdksh/ \
ftp://ftp.lip6.fr/pub/unix/shells/pdksh/ \
ftp://ftp.demon.net/pub/mirrors/pdksh/ \
ftp://ftp.rge.com/pub/shells/pdksh/
1999-07-16 06:20:31 +00:00
MAINTAINER= tg@FreeBSD.org
1996-02-15 16:25:32 +00:00
GNU_CONFIGURE= yes
CONFIGURE_ENV= LDSTATIC=-static
MAN1= ksh.1
.include <bsd.port.mk>