# New ports collection makefile for: ocaml-ssl # Date created: March 14, 2007 # Whom: Jaap Boender # # $FreeBSD$ PORTNAME= ssl PORTVERSION= 0.4.1 PORTREVISION= 1 CATEGORIES= security devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= savonet PKGNAMEPREFIX= ocaml- DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} MAINTAINER= jaapb@kerguelen.org COMMENT= OpenSSL bindings for OCaml DOCSDIR= ${PREFIX}/share/doc/ocaml/${PORTNAME} USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --docdir=${DOCSDIR} USE_OPENSSL= yes USE_OCAML= yes USE_OCAML_FINDLIB= yes USE_OCAML_LDCONFIG= yes ALL_TARGET= all doc .if !defined(NOPORTDOCS) PORTDOCS= * .endif .include .include "${PORTSDIR}/lang/ocaml/bsd.ocaml.mk" post-extract: # For nonstandard prefixes .if !exists(${OCAMLFIND_DESTDIR}) ${MKDIR} ${OCAMLFIND_DESTDIR} .endif .if !exists(${OCAMLFIND_LDCONF}) ${TOUCH} ${OCAMLFIND_LDCONF} .endif post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR}/html ${INSTALL_MAN} ${WRKSRC}/doc/html/* ${DOCSDIR}/html .endif .include -gnome' href='/~lantw44/cgit/cgit.cgi/freebsd-ports-gnome/'>freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
* print/foomatic-filters: No-op formatting changesJoseph Mingrone2020-08-241-17/+15
* print/foomatic-filters: Fix build with -fno-commonJoseph Mingrone2020-08-24