blob: d9acdb84c9d519fb35eeeaeb72d326ec92ba3f00 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: pdksh
# Version required: 5.2.9
# Date created: 23 May 1995
# Whom: thomas@ghpc8.ihf.rwth-aachen.de
#
# $Id: Makefile,v 1.12 1996/08/21 06:19:44 tg Exp $
#
DISTNAME= pdksh-5.2.9
CATEGORIES+= shells
MASTER_SITES= ftp://ftp.cs.mun.ca/pub/pdksh/
MAINTAINER= tg@freebsd.org
GNU_CONFIGURE= yes
post-install:
.if !defined(NOMANCOMPRESS)
gzip -9nf ${PREFIX}/man/man1/ksh.1
.endif
.include <bsd.port.mk>
|