aboutsummaryrefslogtreecommitdiffstats
path: root/devel/openzz/Makefile
blob: 14dc4f081119bad301f5b619a2dce2ee60d68696 (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
29
30
31
32
33
34
# ex:ts=8
# Ports collection makefile for:    openzz
# Date created:         May 13, 2002
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   openzz
PORTVERSION=    1.0.4.4
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_REINPLACE=  yes
USE_INC_LIBTOOL_VER=    13
INSTALLS_SHLIB= yes

.include <bsd.port.pre.mk>

post-patch:
    @${REINPLACE_CMD} -e "s/cfree/free/g" ${WRKSRC}/src/list.c
.if ${OSVERSION} <= 500027
    @${FIND} ${WRKSRC}/src -type f | ${XARGS} ${REINPLACE_CMD} \
        -e 's|<stdint.h>|<inttypes.h>|'
.endif

.include <bsd.port.post.mk>