blob: ba308d355bc051bc6e098a76660e9f1b5860bd29 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# New ports collection makefile for: pdksh
# Version required: 5.1.3
# Date created: 23 December 1994
# Whom: thomas@ghpc8.ihf.rwth-aachen.de
#
# $Id: Makefile,v 1.3 1995/01/03 22:15:32 ache Exp $
#
DISTNAME= pdksh-5.1.3
MASTER_SITES= ftp://ftp.cs.mun.ca/pub/pdksh/
CATEGORIES+= shells
GNU_CONFIGURE= YES
.include <bsd.port.mk>
|