9637f7852e
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
34 lines
743 B
Makefile
34 lines
743 B
Makefile
# $NetBSD: Makefile,v 1.9 2020/01/26 17:30:54 rillig Exp $
|
|
#
|
|
|
|
DISTNAME= tinycdb-0.78
|
|
CATEGORIES= databases
|
|
MASTER_SITES= http://www.corpit.ru/mjt/tinycdb/
|
|
|
|
MAINTAINER= ryoon@NetBSD.org
|
|
HOMEPAGE= https://www.corpit.ru/mjt/tinycdb.html
|
|
COMMENT= Create and read constant databases
|
|
LICENSE= public-domain
|
|
|
|
CONFLICTS+= cdb-[0-9]*
|
|
|
|
USE_LIBTOOL= yes
|
|
USE_LANGUAGES= c
|
|
|
|
MAKE_FILE= BSDmakefile
|
|
|
|
PKGCONFIG_OVERRIDE+= libcdb.pc
|
|
|
|
INSTALLATION_DIRS+= lib/pkgconfig
|
|
|
|
SUBST_CLASSES+= paths
|
|
SUBST_STAGE.paths= pre-configure
|
|
SUBST_FILES.paths= libcdb.pc
|
|
SUBST_VARS.paths= PREFIX
|
|
SUBST_MESSAGE.paths= Configuring pkgsrc paths.
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/libcdb.pc \
|
|
${DESTDIR}${PREFIX}/lib/pkgconfig
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|