1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/shells/pdksh/Makefile

21 lines
427 B
Makefile
Raw Normal View History

# New ports collection makefile for: pdksh
# Version required: 5.2.3
# Date created: 23 May 1995
# Whom: thomas@ghpc8.ihf.rwth-aachen.de
#
# $Id: Makefile,v 1.5 1995/04/11 19:26:34 asami Exp $
1995-01-03 22:15:32 +00:00
#
DISTNAME= pdksh-5.2.3
CATEGORIES+= shells
MASTER_SITES= ftp://ftp.cs.mun.ca/pub/pdksh/
MAINTAINER= thomas@ghpc8.ihf.rwth-aachen.de
GNU_CONFIGURE= yes
post-install:
gzip -9nf ${PREFIX}/man/man1/ksh.1
.include <bsd.port.mk>