freebsd-ports/shells/pdksh/Makefile
Thomas Gellekum 7404b755e4 Upgrade to 5.2.12.
Submitted by: Eric J. Chet <ejc@bazzle.com>  (patch-aa)
1996-11-05 08:11:39 +00:00

23 lines
445 B
Makefile

# New ports collection makefile for: pdksh
# Version required: 5.2.12
# Date created: 23 May 1995
# Whom: thomas@ghpc8.ihf.rwth-aachen.de
#
# $Id: Makefile,v 1.14 1996/10/16 06:34:33 tg Exp $
#
DISTNAME= pdksh-5.2.12
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>