478cba00bb
Makefiles during the build process by touching various auto{conf,make} source files to make them up-to-date. Packages that require regenerating the configure script and Makefile.in files should make the appropriate calls to auto{conf,make} in a pre-configure target. This allows the various targets listed in ${_CONFIG_PREREQ} to modify the generated files without triggering the GNU auto* tools and having the modifications be overwritten.
22 lines
601 B
Makefile
22 lines
601 B
Makefile
# $NetBSD: Makefile,v 1.7 2001/12/04 06:14:58 jlam Exp $
|
|
|
|
DISTNAME= kyahoo-0.7
|
|
CATEGORIES= chat kde
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kyahoo/}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
HOMEPAGE= http://kyahoo.sourceforge.net/
|
|
COMMENT= Yahoo! client for KDE
|
|
|
|
USE_BUILDLINK_ONLY= YES
|
|
USE_GMAKE= YES
|
|
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ARGS+= --with-libyahoo=${BUILDLINK_DIR}
|
|
|
|
.include "../../chat/libyahoo/buildlink.mk"
|
|
.include "../../x11/kde2/buildlink.mk"
|
|
.include "../../x11/kdebase2/buildlink.mk"
|
|
.include "../../mk/x11.buildlink.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|