5c8503cf60
biTStream is a set of C headers allowing a simpler access to binary structures such as specified by MPEG, DVB, IETF, etc.
16 lines
465 B
Makefile
16 lines
465 B
Makefile
# $NetBSD: Makefile,v 1.1 2014/08/09 20:26:25 wiz Exp $
|
|
|
|
DISTNAME= bitstream-1.0
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= http://download.videolan.org/pub/videolan/bitstream/${PKGVERSION}/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.videolan.org/developers/bitstream.html
|
|
COMMENT= C headers allowing a simpler access to binary structures
|
|
LICENSE= mit
|
|
|
|
USE_TOOLS+= gmake
|
|
MAKE_FLAGS+= PREFIX=${PREFIX}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|