summaryrefslogtreecommitdiffstats
path: root/archivers/libpar2/Makefile
blob: df95f885a0dd19357c26be7dced7745de78f977a (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
33
34
35
36
37
38
39
# Created by: Jeff Burchell <toxic@doobie.com>
# $FreeBSD$

PORTNAME=	libpar2
PORTVERSION=	0.2
PORTREVISION=	4
CATEGORIES=	archivers
MASTER_SITES=	SF/parchive/${PORTNAME}/${PORTVERSION}

MAINTAINER=	toxic@doobie.com
COMMENT=	Library for manipulating PAR2 files, extracted from par2cmdline

LIB_DEPENDS=	sigc-2.0:${PORTSDIR}/devel/libsigc++20

GNU_CONFIGURE=	yes

LDFLAGS+=	-L${LOCALBASE}/lib
CPPFLAGS+=	-I${LOCALBASE}/include

USE_LDCONFIG=	yes
USES=		pkgconfig

OPTIONS_DEFINE=	ENABLECANCEL
OPTIONS_DEFAULT=	ENABLECANCEL
ENABLECANCEL_DESC=	Enable graceful cancellation of repairs

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MENABLECANCEL}
EXTRA_PATCHES=	${FILESDIR}/xpatch-addcancel-par2repairer.cpp
.endif

post-install:
.if ${PORT_OPTIONS:MDOCS}
	@${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif

.include <bsd.port.mk>
OpenPOWER on IntegriCloud