20130609 * Fix in .pc.in file 20130509 * small changes 20130505 * removed unused LIBCSPLIT_SEPARATOR 20130503 * small changes 20130404 * textual changes * updated dependencies * fix for Libs in .pc file 20130403 * updated dependencies 20130113 * updated msvscpp files 20130103 * changes to .gitignore * 2013 update 20121224 * changes to .gitignore * added msvscpp files
25 lines
695 B
Makefile
25 lines
695 B
Makefile
# $NetBSD: Makefile,v 1.3 2013/06/09 21:39:35 othyro Exp $
|
|
|
|
DATESTAMP= 20130609
|
|
DISTNAME= libcsplit-alpha-${DATESTAMP}
|
|
PKGNAME= ${DISTNAME:S/-alpha//1}
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= https://googledrive.com/host/0B3fBvzttpiiSeE44MVpGWnpNeVU/
|
|
FETCH_USING= curl
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://code.google.com/p/libcsplit/
|
|
COMMENT= Library for cross-platform C split string functions
|
|
LICENSE= gnu-lgpl-v3
|
|
|
|
WRKSRC= ${WRKDIR}/libcsplit-${DATESTAMP}
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= msgfmt msgmerge pkg-config xgettext
|
|
|
|
PKGCONFIG_OVERRIDE+= libcsplit.pc.in
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../wip/libcerror/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|