b686dd9180
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
25 lines
637 B
Makefile
25 lines
637 B
Makefile
# $NetBSD: Makefile,v 1.5 2020/01/18 23:33:19 rillig Exp $
|
|
#
|
|
|
|
DISTNAME= omniNotify-2.1
|
|
PKGREVISION= 1
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=omninotify/}
|
|
|
|
PATCH_SITES= http://www.NetBSD.org/~dholland/patchkits/omniNotify/
|
|
PATCHFILES= omniNotify-jumbo-patch-20151224.gz
|
|
PATCH_DIST_STRIP= -p1
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://omninotify.sourceforge.net/
|
|
COMMENT= CORBA Notification Service
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
WRKSRC= ${WRKDIR}/omniNotify
|
|
GNU_CONFIGURE= yes
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= gmake
|
|
MAKE_FILE= GNUmakefile
|
|
|
|
.include "../../net/omniORB/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|