blob: 5a0db9f31318e6b5da62967dbc7f7a82e4e77487 (
plain) (
blame)
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
|
# New ports collection makefile for: libburn
# Date created: 2008 November 06
# Whom: J.R. Oldroyd <fbsd@opal.com>
#
# $FreeBSD$
#
PORTNAME= libburn
PORTVERSION= 1.1.0
CATEGORIES= devel
MASTER_SITES= http://files.libburnia-project.org/releases/
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>
|