1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/devel/libburn/Makefile
Xin LI e24f4c515c - Update to 1.2.2;
- Add LICENSE=;
 - Take maintainership;
2012-05-30 23:14:55 +00:00

28 lines
565 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.2.2
CATEGORIES= devel
MASTER_SITES= http://files.libburnia-project.org/releases/
MAINTAINER= delphij@FreeBSD.org
COMMENT= Libburnia library to read/write optical discs
LICENSE= GPLv2
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>