2002-10-15 14:06:20 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: gmetadom
|
|
|
|
# Date created: Jul 10, 2002
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gmetadom
|
2007-01-09 22:48:34 +01:00
|
|
|
PORTVERSION= 0.2.4
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 1
|
2002-10-15 14:06:20 +02:00
|
|
|
CATEGORIES= textproc
|
2009-08-22 02:37:17 +02:00
|
|
|
MASTER_SITES= SF
|
2007-01-09 22:48:34 +01:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}b
|
2002-10-15 14:06:20 +02:00
|
|
|
|
2008-12-25 04:13:51 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:21:36 +01:00
|
|
|
COMMENT= A Collection of DOM Implementations
|
2002-10-15 14:06:20 +02:00
|
|
|
|
2006-05-28 07:25:50 +02:00
|
|
|
BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkg-config
|
2003-10-25 11:54:50 +02:00
|
|
|
LIB_DEPENDS= gdome.8:${PORTSDIR}/textproc/gdome2
|
2006-05-28 07:25:50 +02:00
|
|
|
RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkg-config
|
2002-10-15 14:06:20 +02:00
|
|
|
|
2007-01-09 22:48:34 +01:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
2004-08-20 23:42:51 +02:00
|
|
|
USE_GNOME= glib20 gnomehack libxml2
|
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2007-01-09 22:48:34 +01:00
|
|
|
USE_LDCONFIG= yes
|
2004-08-20 23:42:51 +02:00
|
|
|
|
2004-08-20 23:37:41 +02:00
|
|
|
OPTIONS= OCAML "OCAML language support" off
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2003-10-25 11:54:50 +02:00
|
|
|
.if defined(WITH_OCAML)
|
|
|
|
BUILD_DEPENDS+= ocamlfind:${PORTSDIR}/devel/ocaml-findlib \
|
|
|
|
ocamlc:${PORTSDIR}/lang/ocaml
|
|
|
|
PLIST_SUB+= WITH_OCAML=""
|
|
|
|
.else
|
|
|
|
PLIST_SUB+= WITH_OCAML="@comment "
|
|
|
|
.endif
|
|
|
|
|
2004-08-20 23:37:41 +02:00
|
|
|
.include <bsd.port.post.mk>
|