mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
c7d3087af6
So make a LGPL21 and LGPL3 value for the license framework. Replace the LGPL used in ports with LGPL21. (checked all consumers) Obtained from: http://www.gnu.org/licenses/ (Under License URL's)
28 lines
550 B
Makefile
28 lines
550 B
Makefile
# New ports collection makefile for: facile
|
|
# Date created: 2008-02-09
|
|
# Whom: arved
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= facile
|
|
PORTVERSION= 1.1
|
|
PORTREVISION= 1
|
|
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>
|