freebsd-ports/shells/pdksh/Makefile
1996-08-21 06:19:46 +00:00

23 lines
443 B
Makefile

# New ports collection makefile for: pdksh
# Version required: 5.2.8
# Date created: 23 May 1995
# Whom: thomas@ghpc8.ihf.rwth-aachen.de
#
# $Id: Makefile,v 1.11 1996/06/05 08:00:47 tg Exp $
#
DISTNAME= pdksh-5.2.8
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>