mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
364757394f
The ocaml makefile says to bump this port after ocaml is changed. I don't know how necessary this really is though. PR: 195736
29 lines
590 B
Makefile
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>
|