blob: e49bc6cc9547767e55d5f2ab65fb1a41448b80a9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# $NetBSD: Makefile,v 1.4 2011/04/22 13:43:06 obache Exp $
#
DISTNAME= meanwhile-1.0.2
PKGREVISION= 1
CATEGORIES= chat
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=meanwhile/}
MAINTAINER= dan@NetBSD.org
HOMEPAGE= http://meanwhile.sourceforge.net/
COMMENT= Lotus SameTime compatible chat protocol
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
CONFIGURE_ARGS+= --disable-doxygen
CHECK_WRKREF_SKIP+= share/doc/meanwhile-doc-1.0.2/samples/build
PKGCONFIG_OVERRIDE+= meanwhile.pc.in
.include "../../devel/glib2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|