pkgsrc/devel/libzen/Makefile
wiz a709947585 Update to 0.4.31:
Version 0.4.31, 2015-04-09
--------------
x BigEndian2float16() was buggy
x <new> is possible only with C++

Version 0.4.30, 2014-11-09
--------------
+ New MemoryUtils.h functions for SSE2 memcpy
+ Ztring::From_Unicode(const wchar_t S)
+ Removed Win9X support
+ CMake: scripts improvements, thanks to Ivan Romanov
+ Mac: EOL definitely moved from \r to \n
x int128: was not compiling on Cygwin
x Windows: file open in append mode has shared read/write
2015-07-28 12:31:03 +00:00

35 lines
850 B
Makefile

# $NetBSD: Makefile,v 1.3 2015/07/28 12:31:03 wiz Exp $
DISTNAME= libzen_0.4.31
PKGNAME= ${DISTNAME:S/_/-/}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=zenlib/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= ryoon@NetBSD.org
HOMEPAGE= http://sourceforge.net/projects/zenlib/
COMMENT= Small C++ derivate class to have a simpler life
LICENSE= zlib
WRKSRC= ${WRKDIR}/ZenLib
USE_TOOLS+= autoconf automake pkg-config
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
REPLACE_SH= Project/GNU/Library/libzen-config.in
PKGCONFIG_OVERRIDE+= Project/GNU/Library/libzen.pc.in
CONFIGURE_DIRS+= Project/GNU/Library
.include "../../mk/bsd.prefs.mk"
# Enable shared library
.if empty(_OPSYS_SHLIB_TYPE:Mnone)
CONFIGURE_ARGS+= --enable-shared
.endif
pre-configure:
cd ${WRKSRC}/${CONFIGURE_DIRS} && autoreconf -i
.include "../../mk/bsd.pkg.mk"