pkgsrc/devel/libbinio/Makefile
xtraeme 33ff13465c Initial import of libbinio-1.4 from pkgsrc-wip, packaged by
jfranz at bsdprojects dot net.

The binary I/O stream class library presents a platform-independent way to
access binary data streams in C++.

The library is hardware independent in the form that it transparently
converts between the different forms of machine-internal binary data
representation.

It further employs no special I/O protocol and can be used on arbitrary
binary data sources.
2007-09-10 15:50:11 +00:00

21 lines
469 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2007/09/10 15:50:11 xtraeme Exp $
#
DISTNAME= libbinio-1.4
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libbinio/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= jfranz@bsdprojects.net
HOMEPAGE= http://libbinio.sourceforge.net/
COMMENT= Binary I/O stream class library
GNU_CONFIGURE= yes
INFO_FILES= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
USE_LANGUAGES= c c++
PKGCONFIG_OVERRIDE+= libbinio.pc.in
.include "../../mk/bsd.pkg.mk"