aboutsummaryrefslogtreecommitdiffstats
path: root/shells/zsh-devel/Makefile
blob: f0c90ee77876a27fd4b3bd9488715a0da834cc65 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# New ports collection makefile for:    zsh
# Version required:     2.6 beta 3
# Date created:     11 Feb. 1995
# Whom:         torstenb
#
# $Id:$
#

DISTNAME=       zsh-2.6-beta3
MASTER_SITES=   ftp://ftp.math.gatech.edu/pub/zsh/
GNU_CONFIGURE=  YES

pre-install:
    mkdir -p ${PREFIX}/bin
    mkdir -p ${PREFIX}/man/man1
    mkdir -p ${PREFIX}/info

.include <bsd.port.mk>