freebsd-ports/devel/libburn/Makefile
Martin Wilke 25789dae4e Add pkg_message re kernel config and devfs rules needed
PR:		129264
Submitted by:	"J.R. Oldroyd" <fbsd@opal.com> (maintainer)
2008-11-29 20:23:02 +00:00

31 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.5.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>