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

(-)libpar2/Makefile (working copy) (-7 / +6 lines)
Lines 1-9 Link Here
1
# New ports collection makefile for:   libpar2
1
# Created by: Jeff Burchell <toxic@doobie.com>
2
# Date created:                                16 Aug 2008
3
# Whom:                                        Jeff Burchell <toxic@doobie.com>
4
#
5
# $FreeBSD$
2
# $FreeBSD$
6
#
7
PORTNAME=      libpar2
3
PORTNAME=      libpar2
8
PORTVERSION=   0.2
4
PORTVERSION=   0.2
Lines 23-33 Link Here
23
USE_LDCONFIG=  yes
19
USE_LDCONFIG=  yes
24
OPTIONS=       ENABLECANCEL "Enable graceful cancellation of repairs" On
20
OPTIONS_DEFINE=        ENABLECANCEL
21
OPTIONS_DEFAULT=       ENABLECANCEL
22
ENABLECANCEL_DESC=     Enable graceful cancellation of repairs
23
25
.include <bsd.port.pre.mk>
24
.include <bsd.port.pre.mk>
26
.if defined(WITH_ENABLECANCEL)
25
.if ${PORT_OPTIONS:MENABLECANCEL}
27
EXTRA_PATCHES+=        ${FILESDIR}/xpatch-addcancel-par2repairer.cpp
26
EXTRA_PATCHES+=        ${FILESDIR}/xpatch-addcancel-par2repairer.cpp
28
.endif
27
.endif

Return to bug 173810