1032395771
pkg/42344: update for devel/libmaa [patch] update devel/libmaa to 1.2.0. Major changes in upstream: For better conformance with POSIX/SUS xmalloc, xrealloc and xcalloc functions take 'size_t' args, not 'unsigned int'. Due to change in API a major shared library number is bumped from 1 to 2 New trivial test for log.c fix for sltest.c: on OpenBSD intptr_t is defined in stdint.h Makefile.in: GNU make is not required anymore, bsd make is enough
30 lines
716 B
Makefile
30 lines
716 B
Makefile
# $NetBSD: Makefile,v 1.3 2009/11/19 01:19:23 reed Exp $
|
|
|
|
DISTNAME= libmaa-1.2.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dict/} \
|
|
ftp://ftp.dict.org/pub/dict/
|
|
|
|
MAINTAINER= vle@gmx.net
|
|
HOMEPAGE= http://www.dict.org/
|
|
COMMENT= General purpose data structures and functions
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
BUILD_TARGET= lib
|
|
TEST_TARGET= test
|
|
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
PKGDOCDIR= ${PREFIX}/share/doc/libmaa
|
|
INSTALLATION_DIRS+= ${PKGDOCDIR} lib include
|
|
|
|
EXTRA_DOC_FILES= COPYING.LIB README doc/libmaa.600dpi.ps
|
|
|
|
post-install:
|
|
.for i in ${EXTRA_DOC_FILES}
|
|
${INSTALL_DATA} ${WRKSRC}/"${i}" ${DESTDIR}${PKGDOCDIR}
|
|
.endfor
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|