mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
dd726f562d
Prompted by: latest discussion in freebsd-security
20 lines
404 B
Makefile
20 lines
404 B
Makefile
# New ports collection makefile for: pdksh
|
|
# Version required: 5.2.13
|
|
# Date created: 23 May 1995
|
|
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
|
|
#
|
|
# $Id: Makefile,v 1.17 1997/10/28 15:36:37 tg Exp $
|
|
#
|
|
|
|
DISTNAME= pdksh-5.2.13
|
|
CATEGORIES= shells
|
|
MASTER_SITES= ftp://ftp.cs.mun.ca/pub/pdksh/
|
|
|
|
MAINTAINER= tg@FreeBSD.ORG
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= LDSTATIC=-static
|
|
MAN1= ksh.1
|
|
|
|
.include <bsd.port.mk>
|