diff options
Diffstat (limited to 'news/canlock-hp/Makefile')
-rw-r--r-- | news/canlock-hp/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/news/canlock-hp/Makefile b/news/canlock-hp/Makefile index 573f965c5bf..d30f80a02ce 100644 --- a/news/canlock-hp/Makefile +++ b/news/canlock-hp/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.1 2018/08/27 15:13:27 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2019/02/13 17:36:05 wiz Exp $ -DISTNAME= canlock-hp-0.0.3 +DISTNAME= libcanlock-3.1.0 +PKGNAME= ${DISTNAME:S/libcanlock/canlock-hp/} CATEGORIES= news -MASTER_SITES= http://micha.freeshell.org/canlock-hp/src/ +MASTER_SITES= http://micha.freeshell.org/libcanlock/src/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= michael.baeuerle@gmx.net @@ -11,6 +12,8 @@ COMMENT= Parsers for RFC 5536 message headers and RFC 8315 header fields LICENSE= mit GNU_CONFIGURE= yes +CONFIGURE_DIRS= hp +BUILD_DIRS= hp USE_LANGUAGES+= c99 |