83f97926b0
- migth as well just take maintainership Changes: - Fix for the compilation on Solaris. - Redone the #if... hierarchy to be a bit less confusing. - Remove the unsupported float80 support - Allow building a DLL with MSVC7 (not compatible with the MinGW one) - Proper description for the SHARED option.
26 lines
629 B
Makefile
26 lines
629 B
Makefile
# $NetBSD: Makefile,v 1.11 2004/10/14 16:59:36 salo Exp $
|
|
#
|
|
|
|
DISTNAME= libebml-0.7.2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://dl.matroska.org/downloads/libebml/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= salo@NetBSD.org
|
|
HOMEPAGE= http://www.sourceforge.net/projects/ebml/
|
|
COMMENT= Extensible Binary Meta Language support library
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
USE_BUILDLINK3= yes
|
|
USE_GNU_TOOLS+= make
|
|
USE_LANGUAGES= c++
|
|
|
|
NO_CONFIGURE= yes
|
|
MAKEFLAGS+= prefix=${PREFIX:Q}
|
|
MAKE_ENV+= CXXFLAGS=${CXXFLAGS:Q} RANLIB=${RANLIB:Q}
|
|
BUILD_DIRS= ${WRKDIR}/${DISTNAME}/make/linux
|
|
|
|
ONLY_FOR_COMPILER= gcc
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|