freebsd-ports/devel/byaccj/Makefile
Pav Lucistnik efa63f6ba4 - Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
2008-07-25 14:34:52 +00:00

27 lines
626 B
Makefile

# New ports collection makefile for: byacc
# Date created: 28 Jun 2002
# Whom: David Xu
#
# $FreeBSD$
#
PORTNAME= byaccj
PORTVERSION= 1.14
CATEGORIES= devel java
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ${PORTNAME}${PORTVERSION}_src
MAINTAINER= pauls@utdallas.edu
COMMENT= A java extension of BSD YACC-compatible parser generator
PLIST_FILES= bin/byaccj
WRKSRC= ${WRKDIR}/${DISTNAME}/src
post-patch:
@${REINPLACE_CMD} -e 's#<malloc.h>#<stdlib.h>#' ${WRKSRC}/defs.h ${WRKSRC}/*c
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/yacc ${PREFIX}/bin/byaccj
.include <bsd.port.mk>