mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
bb18639ca2
PR: 132633 Submitted by: "J.R. Oldroyd" <fbsd@opal.com> (maintainer)
32 lines
738 B
Makefile
32 lines
738 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.4
|
|
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.pre.mk>
|
|
|
|
post-install:
|
|
${MKDIR} ${PREFIX}/libdata/pkgconfig
|
|
${MV} ${PREFIX}/lib/pkgconfig/${PORTNAME}-1.pc ${PREFIX}/libdata/pkgconfig/${PORTNAME}-1.pc
|
|
${RMDIR} ${PREFIX}/lib/pkgconfig
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.post.mk>
|