1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/devel/libburn/Makefile
2017-09-24 11:24:26 +00:00

21 lines
411 B
Makefile

# Created by: J.R. Oldroyd <fbsd@opal.com>
# $FreeBSD$
PORTNAME= libburn
PORTVERSION= 1.4.8
CATEGORIES= devel
MASTER_SITES= http://files.libburnia-project.org/releases/
MAINTAINER= ports@FreeBSD.org
COMMENT= Libburnia library to read/write optical discs
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>