1994-12-27 07:57:52 -05:00
|
|
|
# New ports collection makefile for: pdksh
|
1996-05-14 07:50:08 -04:00
|
|
|
# Version required: 5.2.5
|
1995-07-29 05:57:25 -04:00
|
|
|
# Date created: 23 May 1995
|
1994-12-27 07:57:52 -05:00
|
|
|
# Whom: thomas@ghpc8.ihf.rwth-aachen.de
|
|
|
|
#
|
1996-06-04 02:50:19 -04:00
|
|
|
# $Id: Makefile,v 1.9 1996/05/14 11:50:05 tg Exp $
|
1995-01-03 17:15:32 -05:00
|
|
|
#
|
1994-12-27 07:57:52 -05:00
|
|
|
|
1996-06-04 02:50:19 -04:00
|
|
|
DISTNAME= pdksh-5.2.6
|
1995-04-01 07:51:41 -05:00
|
|
|
CATEGORIES+= shells
|
1995-04-11 15:26:36 -04:00
|
|
|
MASTER_SITES= ftp://ftp.cs.mun.ca/pub/pdksh/
|
|
|
|
|
1996-06-04 02:50:19 -04:00
|
|
|
MAINTAINER= tg@freebsd.org
|
1996-02-15 11:25:32 -05:00
|
|
|
|
1995-04-11 15:26:36 -04:00
|
|
|
GNU_CONFIGURE= yes
|
1994-12-27 07:57:52 -05:00
|
|
|
|
1995-07-29 05:57:25 -04:00
|
|
|
post-install:
|
1996-02-15 11:25:32 -05:00
|
|
|
.if !defined(NOMANCOMPRESS)
|
1995-07-29 05:57:25 -04:00
|
|
|
gzip -9nf ${PREFIX}/man/man1/ksh.1
|
1996-02-15 11:25:32 -05:00
|
|
|
.endif
|
1995-07-29 05:57:25 -04:00
|
|
|
|
1994-12-27 07:57:52 -05:00
|
|
|
.include <bsd.port.mk>
|