freebsd-ports/sysutils/libcdio/Makefile
Tilman Keskinoz ca2fad71b0 Default to /dev/acd0 on 5.x
PR:		67114
Submitted by:	michael johnson <ahze@ahze.net>
2004-05-24 07:50:12 +00:00

34 lines
673 B
Makefile

# New ports collection makefile for: libcdio
# Date created: 2004-04-04
# Whom: arved
#
# $FreeBSD$
PORTNAME= libcdio
PORTVERSION= 0.68
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= libcdio
MAINTAINER= arved@FreeBSD.org
COMMENT= Compact Disc Input and Control Library
LIB_DEPENDS= cddb.1:${PORTSDIR}/audio/libcddb
GNU_CONFIGURE= yes
USE_GNOME= gnometarget pkgconfig gnomehack
USE_GMAKE= yes
INSTALLS_SHLIB= yes
USE_REINPLACE= yes
INFO= libcdio
.include <bsd.port.pre.mk>
post-patch:
.if ${OSVERSION} >= 500000
@${REINPLACE_CMD} -e 's|acd0c|acd0|' ${WRKSRC}/lib/_cdio_freebsd.c
.endif
.include <bsd.port.post.mk>