068ee74f53
From Michael Bäuerle via pkgsrc-wip. Option "--disable-hp" added (header parsers will stay in package canlock-hp). Changelog ========= 3.1.0 2019-01-26 Merged canlock-hp into libcanlock package (now tracking the version number of the libcanlock package) Configure option "--disable-hp" added (Default is set to build canlock-hp, use this option to get the behaviour from 3.0.x) Manual page of canlock-hfp utility updated Library API and ABI are unchanged
27 lines
718 B
Makefile
27 lines
718 B
Makefile
# $NetBSD: Makefile,v 1.3 2019/02/13 17:35:08 wiz Exp $
|
|
|
|
DISTNAME= libcanlock-3.1.0
|
|
CATEGORIES= news
|
|
MASTER_SITES= http://micha.freeshell.org/libcanlock/src/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= michael.baeuerle@gmx.net
|
|
HOMEPAGE= http://micha.freeshell.org/libcanlock/
|
|
COMMENT= Standalone RFC 8315 Netnews Cancel-Lock implementation
|
|
LICENSE= mit AND modified-bsd
|
|
|
|
USE_LANGUAGES+= c99
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
|
|
TEST_TARGET= test
|
|
|
|
# Recent NetBSD has a namespace clash with its implementation defined extensions
|
|
CFLAGS+= -D_POSIX_C_SOURCE=200112L
|
|
|
|
CONFIGURE_ARGS+= --disable-legacy-api
|
|
# The header parsers in the separate news/canlock-hp package
|
|
CONFIGURE_ARGS+= --disable-hp
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|