pkgsrc/multimedia/bsdav/Makefile
bjs 5aca92cd00 Import the bsdav package, a BSD audio/video I/O library and assorted
utilities.  Blurb:


The bsdav package contains programs for reading and writing audio
and video.  The programs use BSD-native devices.  Naturally, the
source code is BSD-licensed as well.  These programs depend on
the libbsdav library for both accessing audio(4) and bktr(4) devices.
(Hopefully, more documentation will be written soon on how to use
the functions libbsdav contains!)

While one of the goals of the bsdav project is simplicity, another
goal is to make A/V processing on BSD systems easily accessible.
Moreover, to ease the storage and synchronization of both audio
and video streams, bsdav has it's own, very simple, A/V container
format.

Hopefully the bsdav programs are clear and correct enough such that
they help others understand how to use audio(4) and bktr(4).
2008-01-30 19:21:08 +00:00

42 lines
919 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2008/01/30 19:21:08 bjs Exp $
#
DISTNAME= bsdav-1.4
CATEGORIES= multimedia
MASTER_SITES= http://www.NetBSD.org/~bjs/distfiles/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= bjs@NetBSD.org
HOMEPAGE= http://jakemsr.trancell.org/
COMMENT= BSD Audio/Video library and tools by <jakemsr@openbsd.org>
PKG_DESTDIR_SUPPORT= user-destdir
ONLY_FOR_PLATFORM= FreeBSD-*-* NetBSD-*-* OpenBSD-*-* DragonFly-*-*
USE_BSD_MAKEFILE= yes
NO_CONFIGURE= yes
MAKE_ENV+= DIST=${WRKSRC}
MAKE_ENV+= MKPICINSTALL=no
MAKE_ENV+= MKSTATIC=no
AUTO_MKDIRS= yes
PKG_OPTIONS_VAR= PKG_OPTIONS.bsdav
PKG_SUPPORTED_OPTIONS= x11
PLIST_SRC= ${WRKDIR}/.PLIST_SRC
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mx11)
MAKE_ENV+= BUILD_X11PROGS=yes
PLIST_SRC+= PLIST.x11
. include "../../x11/libXv/buildlink3.mk"
.endif
post-extract:
${CP} ${PKGDIR}/PLIST ${WRKDIR}/.PLIST_SRC
.include "../../mk/bsd.pkg.mk"