aboutsummaryrefslogtreecommitdiffstats
path: root/devel/bison-devel/Makefile
blob: 4d76372136c346177c3ea5973949e1809e1de911 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# New ports collection makefile for:    bison
# Version required:     1.28
# Date created:     27 Mar 1999
# Whom:         Jerry Hicks
#
# $Id: Makefile,v 1.1.1.1 1999/05/03 03:18:07 steve Exp $
#

DISTNAME=       bison-1.28
CATEGORIES=     devel
MASTER_SITES=       ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= bison

MAINTAINER=     wghicks@bellsouth.net

Y2K=            http://www.gnu.org/software/year2000.html

GNU_CONFIGURE=      yes

MAN1=           bison.1

post-install:
    @if [ ! -f ${PREFIX}/info/dir ]; then \
      ${SED} -ne '1,/Menu:/p' \/usr\/share\/info/dir > ${PREFIX}/info/dir; \
     fi
    @install-info ${PREFIX}/info/bison.info ${PREFIX}/info/dir

.include <bsd.port.mk>