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.
20 lines
701 B
Makefile
20 lines
701 B
Makefile
# $NetBSD: Makefile,v 1.6 2001/12/04 06:14:58 jlam Exp $
|
|
|
|
DISTNAME= kmysqladmin-0.5.1
|
|
CATEGORIES= databases kde
|
|
MASTER_SITES= http://www.webeifer.de/alwin/programs/download/kmysqladmin/
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
HOMEPAGE= http://www.webeifer.de/alwin/programs/kmysqladmin/
|
|
COMMENT= MySQL administration GUI
|
|
|
|
USE_BUILDLINK_ONLY= YES
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ARGS+= --with-mysql-includes=${BUILDLINK_DIR}/include/mysql
|
|
CONFIGURE_ARGS+= --with-mysql-libs=${BUILDLINK_DIR}/lib/mysql
|
|
|
|
.include "../../databases/mysql-client/buildlink.mk"
|
|
.include "../../x11/kde2/buildlink.mk"
|
|
.include "../../x11/kdebase2/buildlink.mk"
|
|
.include "../../mk/x11.buildlink.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|