20 lines
378 B
Makefile
20 lines
378 B
Makefile
# OpenBSD makefile for: bison
|
|
# Version required: 1.25
|
|
# Date created: 22 November 1997
|
|
# Whom: d
|
|
#
|
|
# $OpenBSD: Makefile,v 1.1.1.1 1998/02/10 23:54:05 niklas Exp $
|
|
#
|
|
|
|
DISTNAME= bison-1.25
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
|
|
MAINTAINER= d@openbsd.org
|
|
|
|
HAS_CONFIGURE= yes
|
|
GNU_CONFIGURE= yes
|
|
MAN1= bison.1
|
|
|
|
.include <bsd.port.mk>
|