2010-03-09 11:55:47 +01:00
|
|
|
# New ports collection makefile for: orc
|
|
|
|
# Date created: Mar 09, 2010
|
|
|
|
# Whom: mm
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= orc
|
2010-08-31 01:12:57 +02:00
|
|
|
PORTVERSION= 0.4.8
|
2010-03-09 11:55:47 +01:00
|
|
|
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
|
2010-06-09 18:23:50 +02:00
|
|
|
USE_GMAKE= yes
|
2010-03-09 11:55:47 +01:00
|
|
|
|
|
|
|
CONFIGURE_ARGS+= --disable-gtk-doc
|
|
|
|
|
2010-06-09 18:23:50 +02:00
|
|
|
SUBDIRS= orc orc-test tools
|
2010-03-09 11:55:47 +01:00
|
|
|
|
|
|
|
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}"
|
|
|
|
|
2010-07-15 17:29:51 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} \
|
|
|
|
-e 's|pkgconfigdir=.*|pkgconfigdir=\"\\$$(prefix)/libdata/pkgconfig\"|g' \
|
|
|
|
${WRKSRC}/configure ${WRKSRC}/configure.ac
|
|
|
|
|
2010-03-09 11:55:47 +01:00
|
|
|
.include <bsd.port.post.mk>
|