mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
08c3ce9c61
Changes: http://libburnia-project.org/browser/libburn/tags/1.1.0.pl01/ChangeLog PR: ports/159082 Submitted by: sunpoet (myself) Approved by: Alexey Shuvaev <shuvaev@physik.uni-wuerzburg.de> (maintainer)
27 lines
603 B
Makefile
27 lines
603 B
Makefile
# 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>
|