26 lines
588 B
Makefile
26 lines
588 B
Makefile
# $NetBSD: Makefile,v 1.3 2008/07/14 12:55:59 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= meanwhile-1.0.2
|
|
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"
|