8e994931c9
from Brad (maintainer)
30 lines
611 B
Makefile
30 lines
611 B
Makefile
# $OpenBSD: Makefile,v 1.12 2011/10/17 09:06:54 ajacoutot Exp $
|
|
|
|
COMMENT= library and toolset to operate arrays of data
|
|
|
|
DISTNAME= orc-0.4.16
|
|
REVISION= 0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://code.entropywave.com/download/orc/
|
|
|
|
SHARED_LIBS= orc-0.4 4.0 \
|
|
orc-test-0.4 3.0
|
|
|
|
HOMEPAGE= http://code.entropywave.com/projects/orc/
|
|
|
|
MAINTAINER= Brad Smith <brad@comstyle.com>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= c m pthread
|
|
|
|
USE_GMAKE= Yes
|
|
USE_LIBTOOL= Yes
|
|
CONFIGURE_STYLE= autoconf
|
|
AUTOCONF_VERSION= 2.67
|
|
|
|
.include <bsd.port.mk>
|