without affecting packages that are currently using it. Packages which previously didn't set BUILDLINK_DEPMETHOD to neither "full" nor "build" now set it to "full", but should be checked whether they really need it (comment added). Packages which previously set it to "build" now don't set it anymore.
29 lines
969 B
Makefile
29 lines
969 B
Makefile
# $NetBSD: Makefile,v 1.2 2006/01/05 10:11:26 ghen Exp $
|
|
#
|
|
|
|
DISTNAME= twinkle-0.4.2
|
|
CATEGORIES= audio chat
|
|
MASTER_SITES= http://www.xs4all.nl/~mfnboer/twinkle/download/
|
|
|
|
MAINTAINER= pancake@phreaker.net
|
|
HOMEPAGE= http://www.twinklephone.com/
|
|
COMMENT= Software Phone using the SIP protocol
|
|
|
|
USE_TOOLS+= pkg-config
|
|
USE_PKGLOCALEDIR= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+="--without-kde"
|
|
|
|
.include "../../x11/qt3-tools/buildlink3.mk"
|
|
# XXX Please verify whether qt3-tools is really needed at run-time.
|
|
# If it is, then remove this comment. If it is not, then remove
|
|
# this comment and the line below, and bump PKGREVISION.
|
|
BUILDLINK_DEPMETHOD.qt3-tools= full
|
|
## x11/qt3-libs/ is broken
|
|
## cp work/qt-x11-free-3.3.5/lib/qt-mt.pc /usr/pkg/lib/pkgconfig/
|
|
.include "../../x11/qt3-libs/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../wip/commoncpp2/buildlink3.mk"
|
|
.include "../../wip/ccrtp/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|