f7185f6c40
* Bump changelog date so it is after the release of standards version 3.8.3 * Don't include full LGPL text in Debian changelog * Update to standards version 3.8.3 * LT_CONFIG_LTDL_DIR appears to be incompatible with libtool 2 * move dev documentation should go in dev package * Use dh_prep as dh_clean -k is deprecated * Versioned build dependency on debhelper 7 * syntax error in changelog * Use debhelper compatibility level 7 * new package contains an updated config.{sub,guess} and thus closes #532527 * Update standards version to 3.8.2 * Resolve various libtoolize warnings * libvanessa-socket-dev: Remove dependancy on libc6-dev * more...
27 lines
840 B
Makefile
27 lines
840 B
Makefile
# $NetBSD: Makefile,v 1.8 2010/06/02 12:42:14 adam Exp $
|
|
|
|
DISTNAME= vanessa_logger-0.0.8
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.vergenet.net/linux/vanessa/download/vanessa_logger/0.0.8/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.vergenet.net/linux/vanessa/
|
|
COMMENT= Library that provides a generic logging layer
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
# The SunPro compiler does not understand __FUNCTION__, as well as
|
|
# __func__. So __FILE__ is the nearest replacement.
|
|
.include "../../mk/compiler.mk"
|
|
.if !empty(PKGSRC_COMPILER:Msunpro)
|
|
SUBST_CLASSES+= __function__
|
|
SUBST_STAGE.__function__= post-patch
|
|
SUBST_FILES.__function__= libvanessa_logger/vanessa_logger.h
|
|
SUBST_SED.__function__= -e "s|__FUNCTION__|__FILE__|g"
|
|
.endif
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|