aboutsummaryrefslogtreecommitdiff
path: root/devel/libburn/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-07-28 06:43:18 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-07-28 06:43:18 +0000
commit08c3ce9c6136050092e8de173f6c19e1f3f4b82b (patch)
tree8b9a5f7cdb76be755da9c692e14134f71307bfa7 /devel/libburn/Makefile
parentff5ff7641b579c66a2fe9caea8a1068785a5f59d (diff)
Notes
Diffstat (limited to 'devel/libburn/Makefile')
-rw-r--r--devel/libburn/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/devel/libburn/Makefile b/devel/libburn/Makefile
index a6e8ace828e2..5a0db9f31318 100644
--- a/devel/libburn/Makefile
+++ b/devel/libburn/Makefile
@@ -6,17 +6,21 @@
#
PORTNAME= libburn
-PORTVERSION= 1.0.6
+PORTVERSION= 1.1.0
CATEGORIES= devel
MASTER_SITES= http://files.libburnia-project.org/releases/
-DISTFILES= ${PORTNAME}-${PORTVERSION}.pl00${EXTRACT_SUFX}
+DISTNAME= ${PORTNAME}-${PORTVERSION}.pl01
MAINTAINER= shuvaev@physik.uni-wuerzburg.de
COMMENT= Libburnia library to read/write optical discs
GNU_CONFIGURE= yes
-
USE_LDCONFIG= yes
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+
MAN1= cdrskin.1
+post-patch:
+ @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' ${WRKSRC}/configure
+
.include <bsd.port.mk>