mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
0e32330f15
Chase the devel/libffi update Bump portrevision of all dependent ports to chace shard library version bump in libffi. Update LIB_DEPENDS lines where needed to not require a specific version of libffi.so. PR: 247028 (for tracking)
29 lines
608 B
Makefile
29 lines
608 B
Makefile
# Created by: Simon Marlow <simonmar@microsoft.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= happy
|
|
PORTVERSION= 1.19.12
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Parser generator for Haskell
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= cabal
|
|
|
|
PORTEXAMPLES= *.ly README glr/* igloo/*
|
|
|
|
OPTIONS_DEFINE= EXAMPLES
|
|
|
|
post-install-EXAMPLES-on:
|
|
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
|
cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR}
|
|
|
|
post-install:
|
|
@${MKDIR} ${STAGEDIR}${DATADIR}
|
|
${INSTALL_DATA} $$(find ${WRKSRC} -name 'HappyTemplate*') ${STAGEDIR}${DATADIR}
|
|
|
|
.include <bsd.port.mk>
|