2006-01-15 10:29:14 +01:00
|
|
|
# Ports collection makefile for: bioapi
|
|
|
|
# Date created: 10 January 2006
|
|
|
|
# Whom: Fredrik Lindberg <fli@shapeshifter.se>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= bioapi
|
|
|
|
PORTVERSION= 1.2.2
|
2007-01-08 01:14:17 +01:00
|
|
|
PORTREVISION= 5
|
2006-01-15 10:29:14 +01:00
|
|
|
CATEGORIES= security
|
|
|
|
MASTER_SITES= http://www.qrivy.net/~michael/blua/bioapi/ \
|
|
|
|
http://shapeshifter.se/pub/bioapi/
|
|
|
|
|
|
|
|
MAINTAINER= fli@shapeshifter.se
|
|
|
|
COMMENT= BioAPI library implementation
|
|
|
|
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2006-01-15 10:29:14 +01:00
|
|
|
USE_BZIP2= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2007-01-08 01:14:17 +01:00
|
|
|
# Problems reported with higher optimization levels
|
|
|
|
CONFIGURE_ENV=CFLAGS="${CFLAGS} -O"
|
2006-01-15 10:29:14 +01:00
|
|
|
CONFIGURE_ARGS= --localstatedir=/var/db/ --with-Qt-dir=no
|
|
|
|
|
2007-02-01 00:07:20 +01:00
|
|
|
USE_LDCONFIG= yes
|
2006-01-15 10:29:14 +01:00
|
|
|
|
2009-01-06 18:59:31 +01:00
|
|
|
.include <bsd.port.mk>
|