openbsd-ports/devel/orc/Makefile

30 lines
623 B
Makefile
Raw Normal View History

2010-04-10 07:11:06 -04:00
# $OpenBSD: Makefile,v 1.4 2010/04/10 11:11:06 sthen Exp $
COMMENT= library and toolset to operate arrays of data
2010-04-09 17:56:05 -04:00
DISTNAME= orc-0.4.4
2010-04-10 07:11:06 -04:00
PKGNAME= ${DISTNAME}p0
CATEGORIES= devel
MASTER_SITES= http://code.entropywave.com/download/orc/
2010-04-09 17:56:05 -04:00
SHARED_LIBS= orc-0.4 1.0 \
orc-float-0.4 0.0 \
2010-04-09 17:56:05 -04:00
orc-test-0.4 0.1
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_LIBTOOL= Yes
CONFIGURE_STYLE= autoconf
2010-04-09 17:56:05 -04:00
AUTOCONF_VERSION= 2.64
.include <bsd.port.mk>