mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
2ec6f2d5e4
- bump PORTREVISION to trigger repackaging after recent ocaml update: the package is usable only with ocaml which was used to compile facile. lang/ocaml: - add upgrading notes for committers
29 lines
590 B
Makefile
29 lines
590 B
Makefile
# Created by: arved
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= facile
|
|
PORTVERSION= 1.1
|
|
PORTREVISION= 4
|
|
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>
|