1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/math/facile/Makefile
John Marino 364757394f math/facile: Bump because ocaml version ungraded
The ocaml makefile says to bump this port after ocaml is changed.  I don't
know how necessary this really is though.

PR:	195736
2015-04-29 20:57:30 +00:00

29 lines
590 B
Makefile

# Created by: arved
# $FreeBSD$
PORTNAME= facile
PORTVERSION= 1.1
PORTREVISION= 5
CATEGORIES= math
MASTER_SITES= http://www.recherche.enac.fr/log/facile/distrib/
MAINTAINER= kde@FreeBSD.org
COMMENT= Functional Constraint Library
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gmake
USE_OCAML= yes
HAS_CONFIGURE= yes
ALL_TARGET= compile
post-configure:
${REINPLACE_CMD} -e "s,make,${MAKE_CMD},; \
s,cp,${INSTALL_DATA},;\
s,mkdir,${MKDIR}," ${WRKSRC}/Makefile
${REINPLACE_CMD} -e "s,${LOCALBASE},${STAGEDIR}${PREFIX}," \
${WRKSRC}/config_Makefile
.include <bsd.port.mk>