freebsd-ports/devel/openzz/Makefile
Alexey Dokuchaev 6e1ee96e3c - Fix the build with newish GCC [1]
- Stop caring for OSVERSIONs <= 500027

Reported by:	pointyhat (logs) [1]
2007-07-02 11:30:38 +00:00

30 lines
662 B
Makefile

# ex:ts=8
# Ports collection makefile for: openzz
# Date created: May 13, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= openzz
PORTVERSION= 1.0.4.4
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E}
MAINTAINER= ports@FreeBSD.org
COMMENT= An interpreted dynamic parser
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
USE_AUTOTOOLS= libtool:15
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
post-patch:
@${REINPLACE_CMD} -e "s/cfree/free/g" ${WRKSRC}/src/list.c
@${REINPLACE_CMD} -e "s/argv\[\]/*argv/" ${WRKSRC}/src/zzbind.h
.include <bsd.port.mk>