Files
ports/devel/libburn/Makefile
T

28 lines
582 B
Makefile

PORTNAME= libburn
DISTVERSION= 1.5.8
CATEGORIES= devel
MASTER_SITES= https://files.libburnia-project.org/releases/
MAINTAINER= ports@FreeBSD.org
COMMENT= Libburnia library to read/write optical discs
WWW= https://dev.lovelyhq.com/libburnia/web/wiki/Libburn
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= libtool
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
PORTDOCS= *.txt
OPTIONS_DEFINE= DOCS
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/doc/|} \
${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>