pkgsrc/net/omniNotify/Makefile
dholland e7d3e6917d Fix the build, at least on NetBSD amd64. This took a patchkit (so, a
distfile patch) owing to volume.

PKGREVISION -> 1 as it might have built before on old OSes running on
32-bit (only) platforms. Maybe.
2015-12-25 04:41:14 +00:00

25 lines
636 B
Makefile

# $NetBSD: Makefile,v 1.3 2015/12/25 04:41:14 dholland 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= http://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"