aboutsummaryrefslogblamecommitdiff
path: root/devel/orc/Makefile
blob: 69b18522e2abde61e2bd1e55ec326d586f0ffebd (plain) (tree)
1
2
3
4
5
6
7
8






                                                    
                     











                                                             
                                            




















                                                          
# New ports collection makefile for:	orc
# Date created:				Mar 09, 2010
# Whom:					mm
#
# $FreeBSD$

PORTNAME=	orc
PORTVERSION=	0.4.4
CATEGORIES=	devel
MASTER_SITES=	http://code.entropywave.com/download/orc/

MAINTAINER=	mm@FreeBSD.org
COMMENT=	Library and toolset to operate arrays of data

USE_GNOME=	pkgconfig
USE_AUTOTOOLS=	libtool:22
USE_LDCONFIG=	yes

CONFIGURE_ARGS+=	--disable-gtk-doc

SUBDIRS=	orc orc-float orc-test tools

OPTIONS=	DOCS "Include gtk-doc documentation" off \
		EXAMPLES "Install example files" off

.include <bsd.port.pre.mk>

.if defined(WITH_DOCS) && !defined(NOPORTDOCS)
SUBDIRS+=	doc
.else
NOPORTDOCS=	yes
.endif

.if defined(WITH_EXAMPLES) && !defined(NOPORTEXAMPLES)
SUBDIRS+=	examples
.else
NOPORTEXAMPLES=	yes
.endif

MAKE_ARGS+=	SUBDIRS="${SUBDIRS}"

.include <bsd.port.post.mk>