blob: 293972a9f9e52602a688c7a45980ebb8f71ce949 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# New ports collection makefile for: facile
# Date created: 2008-02-09
# Whom: arved
#
# $FreeBSD$
PORTNAME= facile
PORTVERSION= 1.1
PORTREVISION= 2
CATEGORIES= math
MASTER_SITES= http://www.recherche.enac.fr/log/facile/distrib/
MAINTAINER= arved@FreeBSD.org
COMMENT= A Functional Constraint Library
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/LICENSE
USE_OCAML= yes
HAS_CONFIGURE= yes
USE_GMAKE= yes
ALL_TARGET= compile
post-patch:
${REINPLACE_CMD} -e "s,make,${GMAKE},; \
s,cp,${INSTALL_DATA}," ${WRKSRC}/Makefile
.include <bsd.port.mk>
|