mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
f0a1969d34
is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
27 lines
470 B
Makefile
27 lines
470 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: findlib
|
|
# Date created: Jul 10, 2002
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= findlib
|
|
PORTVERSION= 0.7.2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.ocaml-programming.de/packages/
|
|
PKGNAMEPREFIX= ocaml-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml
|
|
|
|
HAS_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
|
|
MAN1= ocamlfind.1
|
|
MAN3= Findlib.3 Topfind.3
|
|
MAN5= META.5 findlib.conf.5 site-lib.5
|
|
|
|
.include <bsd.port.mk>
|