pkgsrc/devel/libbinio/Makefile
2008-07-14 12:55:56 +00:00

23 lines
498 B
Makefile

# $NetBSD: Makefile,v 1.2 2008/07/14 12:56:01 joerg 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
PKG_DESTDIR_SUPPORT= user-destdir
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"