03cceed935
Approved by: portmgr
21 lines
400 B
Makefile
21 lines
400 B
Makefile
# Created by: J.R. Oldroyd <fbsd@opal.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libburn
|
|
PORTVERSION= 1.2.4
|
|
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
|
|
|
|
.include <bsd.port.mk>
|