freebsd-ports/shells/pdksh/Makefile

23 lines
442 B
Makefile
Raw Normal View History

# New ports collection makefile for: pdksh
1996-05-14 07:50:08 -04:00
# Version required: 5.2.5
# Date created: 23 May 1995
# 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
#
1996-06-04 02:50:19 -04:00
DISTNAME= pdksh-5.2.6
CATEGORIES+= shells
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
GNU_CONFIGURE= yes
post-install:
1996-02-15 11:25:32 -05:00
.if !defined(NOMANCOMPRESS)
gzip -9nf ${PREFIX}/man/man1/ksh.1
1996-02-15 11:25:32 -05:00
.endif
.include <bsd.port.mk>