blob: 91473bd455b515d3985a5c34e554e9b849a8115e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# Ports collection makefile for: bioapi
# Date created: 10 January 2006
# Whom: Fredrik Lindberg <fli@shapeshifter.se>
#
# $FreeBSD$
#
PORTNAME= bioapi
PORTVERSION= 1.2.2
PORTREVISION= 3
CATEGORIES= security
MASTER_SITES= http://www.qrivy.net/~michael/blua/bioapi/ \
http://shapeshifter.se/pub/bioapi/
MAINTAINER= fli@shapeshifter.se
COMMENT= BioAPI library implementation
USE_BZIP2= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=/var/db/ --with-Qt-dir=no
INSTALLS_SHLIB= yes
# @cwd in plist vs ldconfig workaround
LDCONFIG_DIRS= ${PREFIX}/lib
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 600000
IGNORE= needs at least FreeBSD 6.0-RELEASE
.endif
.include <bsd.port.post.mk>
|