View | Details | Raw Unified | Return to bug 165683
Collapse All | Expand All

(-)Makefile (-2 / +5 lines)
Lines 14-19 Link Here
14
MAINTAINER=	bsdkaffee@gmail.com
14
MAINTAINER=	bsdkaffee@gmail.com
15
COMMENT=	The Open Fingerprint Architecture Library
15
COMMENT=	The Open Fingerprint Architecture Library
16
16
17
LICENSE=	GPLv2
18
LICENSE_FILE=	${WRKSRC}/COPYING
19
17
LIB_DEPENDS=	fftw3:${PORTSDIR}/math/fftw3 \
20
LIB_DEPENDS=	fftw3:${PORTSDIR}/math/fftw3 \
18
		expat.6:${PORTSDIR}/textproc/expat2 \
21
		expat.6:${PORTSDIR}/textproc/expat2 \
19
		curl.6:${PORTSDIR}/ftp/curl
22
		curl.6:${PORTSDIR}/ftp/curl
Lines 28-34 Link Here
28
MAKE_JOBS_SAFE=	yes
31
MAKE_JOBS_SAFE=	yes
29
USE_LDCONFIG=	yes
32
USE_LDCONFIG=	yes
30
33
31
LICENSE=	GPLv2
34
post-patch:
32
LICENSE_FILE=	${WRKSRC}/COPYING
35
	@${REINPLACE_CMD} -e '/<curl\/types.h>/d' ${WRKSRC}/examples/protocol.cpp
33
36
34
.include <bsd.port.mk>
37
.include <bsd.port.mk>

Return to bug 165683