pkgsrc/devel/libbinio/Makefile

24 lines
498 B
Makefile
Raw Normal View History

2008-07-14 14:55:56 +02:00
# $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
2008-07-14 14:55:56 +02:00
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"