Changeset View
Changeset View
Standalone View
Standalone View
x11-toolkits/ocaml-lablgtk2/Makefile
| # Created by: Rene Ladan <rene@FreeBSD.org> | # Created by: Rene Ladan <rene@FreeBSD.org> | ||||
| # $FreeBSD$ | # $FreeBSD$ | ||||
| PORTNAME= lablgtk2 | PORTNAME= lablgtk2 | ||||
| PORTVERSION= 2.18.5 | PORTVERSION= 2.18.11 | ||||
| CATEGORIES= x11-toolkits | CATEGORIES= x11-toolkits | ||||
| MASTER_SITES= https://download.ocamlcore.org/lablgtk/Lablgtk2/${PORTVERSION}/ | |||||
| PKGNAMEPREFIX= ocaml- | PKGNAMEPREFIX= ocaml- | ||||
| DISTNAME= lablgtk-${PORTVERSION} | |||||
| MAINTAINER= danfe@FreeBSD.org | MAINTAINER= danfe@FreeBSD.org | ||||
| COMMENT= Objective Caml interface to GTK+ 2.x | COMMENT= Objective Caml interface to GTK+ 2.x | ||||
| LICENSE= LGPL21 | LICENSE= LGPL21 | ||||
| USES= gmake gnome pkgconfig | USES= gmake gnome pkgconfig | ||||
| USE_GNOME= gtk20 | USE_GNOME= gtk20 | ||||
| Show All 14 Lines | |||||
| GTKGLAREA_DESC= GtkGLArea support | GTKGLAREA_DESC= GtkGLArea support | ||||
| GTKSOURCEVIEW2_DESC= GtkSourceView 2 support | GTKSOURCEVIEW2_DESC= GtkSourceView 2 support | ||||
| GTKSPELL_DESC= GtkSpell support | GTKSPELL_DESC= GtkSpell support | ||||
| #GNOMEPANEL_DESC= GNOME Panel support | #GNOMEPANEL_DESC= GNOME Panel support | ||||
| HAS_CONFIGURE= yes | HAS_CONFIGURE= yes | ||||
| ALL_TARGET= all opt | ALL_TARGET= all opt | ||||
| MAKE_JOBS_UNSAFE= yes | MAKE_JOBS_UNSAFE= yes | ||||
| USE_GITHUB= yes | |||||
| GH_ACCOUNT= garrigue | |||||
| GH_PROJECT= lablgtk | |||||
| CONFIGURE_ARGS= --prefix=${PREFIX} --with-libdir=${PREFIX}/${OCAML_LIBDIR} \ | CONFIGURE_ARGS= --prefix=${PREFIX} --with-libdir=${PREFIX}/${OCAML_LIBDIR} \ | ||||
| --without-gtksourceview | --without-gtksourceview | ||||
| CONFIGURE_ENV= CAMLP4O="camlp4 pa_o.cmo pa_op.cmo pr_dump.cmo" | CONFIGURE_ENV= CAMLP4O="camlp4 pa_o.cmo pa_op.cmo pr_dump.cmo" | ||||
| PATTERN= [[:space:]]*(do|then)?[[:space:]]*)cp([[:space:]] | PATTERN= [[:space:]]*(do|then)?[[:space:]]*)cp([[:space:]] | ||||
| .include <bsd.port.options.mk> | .include <bsd.port.options.mk> | ||||
| ▲ Show 20 Lines • Show All 98 Lines • Show Last 20 Lines | |||||