1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/devel/libburn/Makefile
Boris Samorodov a9a648ecfa Update to version 0.6.8.
PR:		ports/137630
Submitted by:	"J.R. Oldroyd" <fbsd at opal.com> (maintainer)
2009-08-10 12:18:43 +00:00

24 lines
498 B
Makefile

# New ports collection makefile for: libburn
# Date created: 2008 November 06
# Whom: J.R. Oldroyd <fbsd@opal.com>
#
# $FreeBSD$
#
PORTNAME= libburn
PORTVERSION= 0.6.8
CATEGORIES= devel
MASTER_SITES= http://files.libburnia-project.org/releases/
DISTFILES= ${PORTNAME}-${PORTVERSION}.pl00${EXTRACT_SUFX}
MAINTAINER= fbsd@opal.com
COMMENT= Libburnia library to read/write optical discs
GNU_CONFIGURE= yes
CONFIGURE_ARGS= LIBS="-lcam"
USE_LDCONFIG= yes
MAN1= cdrskin.1
.include <bsd.port.mk>