|
Lines 1-24
Link Here
|
| 1 |
# New ports collection makefile for: ocaml-xstr |
1 |
# Created by: Stanislav Sedov <ssedov@mbsd.msk.ru> |
| 2 |
# Date created: 2006-07-29 |
|
|
| 3 |
# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru> |
| 4 |
# |
| 5 |
# $MBSDlabs$ |
| 6 |
# $FreeBSD: ports/devel/ocaml-xstr/Makefile,v 1.6 2011/10/24 03:32:57 stas Exp $ |
2 |
# $FreeBSD: ports/devel/ocaml-xstr/Makefile,v 1.6 2011/10/24 03:32:57 stas Exp $ |
| 7 |
# |
|
|
| 8 |
|
3 |
|
| 9 |
PORTNAME= xstr |
4 |
PORTNAME= xstr |
| 10 |
PORTVERSION= 0.2.1 |
5 |
PORTVERSION= 0.2.1 |
| 11 |
PORTREVISION= 2 |
6 |
PORTREVISION= 2 |
| 12 |
CATEGORIES= devel |
7 |
CATEGORIES= devel |
| 13 |
MASTER_SITES= http://www.ocaml-programming.de/packages/ |
8 |
MASTER_SITES= http://download.camlcity.org/download/ |
| 14 |
PKGNAMEPREFIX= ocaml- |
9 |
PKGNAMEPREFIX= ocaml- |
| 15 |
|
10 |
|
| 16 |
MAINTAINER= ports@FreeBSD.org |
11 |
MAINTAINER= ports@FreeBSD.org |
| 17 |
COMMENT= Thread-safe implementation of string searching/matching |
12 |
COMMENT= Thread-safe implementation of string searching/matching |
| 18 |
|
13 |
|
|
|
14 |
LICENSE= MIT |
| 15 |
|
| 19 |
WRKSRC= ${WRKDIR}/${PORTNAME} |
16 |
WRKSRC= ${WRKDIR}/${PORTNAME} |
| 20 |
USE_GMAKE= yes |
17 |
|
| 21 |
USE_OCAML= yes |
18 |
USE_OCAML= yes |
| 22 |
USE_OCAML_FINDLIB=yes |
19 |
USE_OCAML_FINDLIB=yes |
|
|
20 |
USE_OCAMLFIND_PLIST=yes |
| 21 |
|
| 22 |
USE_GMAKE= yes |
| 23 |
ALL_TARGET= all opt |
| 23 |
|
24 |
|
| 24 |
.include <bsd.port.mk> |
25 |
.include <bsd.port.mk> |