freebsd-ports/audio/libnjb/Makefile
Eitan Adler 334eb0fc61 This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.

PR:		ports/177081
Reviewed by:	bapt
Approved by:	portmgr (miwi)
2013-03-19 13:04:30 +00:00

48 lines
927 B
Makefile

# Created by: adrianm
# $FreeBSD$
PORTNAME= libnjb
PORTVERSION= 2.2.7
PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= C library, API for communicating with Creative and Dell audio players
LICENSE= BSD
LICENSE_FILE= ${WRKSRC}/LICENSE
OPTIONS_DEFINE= DOCS
USES= pathfix
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
MAKE_JOBS_SAFE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
PORTDOCS= *
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDOCS}
BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen
.else
CONFIGURE_ENV+= ac_cv_prog_HAVE_DOXYGEN=no
.endif
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 800069
LIB_DEPENDS+= usb-0.1:${PORTSDIR}/devel/libusb
.endif
post-patch:
@${REINPLACE_CMD} -e \
'/^SHOW_DIRECTORIES/d' ${WRKSRC}/doc/Doxyfile.in
@${REINPLACE_CMD} -e \
'/pkgdocdir/s|-$$(VERSION)||g' ${WRKSRC}/doc/Makefile.in
.include <bsd.port.post.mk>