freebsd-ports/security/bioapi/Makefile
Baptiste Daroussin 000c0db39b Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)

With hat:	portmgr
2014-07-04 12:46:11 +00:00

24 lines
542 B
Makefile

# Created by: Fredrik Lindberg <fli@shapeshifter.se>
# $FreeBSD$
PORTNAME= bioapi
PORTVERSION= 1.2.2
PORTREVISION= 5
CATEGORIES= security
MASTER_SITES= http://www.qrivy.net/~michael/blua/bioapi/ \
http://shapeshifter.se/pub/bioapi/
MAINTAINER= ports@FreeBSD.org
COMMENT= BioAPI library implementation
USE_AUTOTOOLS= libtool
USE_BZIP2= yes
GNU_CONFIGURE= yes
# Problems reported with higher optimization levels
CFLAGS+= -O
CONFIGURE_ARGS= --localstatedir=/var/db/ --with-Qt-dir=no
USE_LDCONFIG= yes
NO_STAGE= yes
.include <bsd.port.mk>