2013-03-02 21:33:21 +01:00
|
|
|
# $NetBSD: Makefile,v 1.15 2013/03/02 20:33:29 wiz Exp $
|
2004-11-10 09:21:21 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
PKGNAME= ${DISTNAME:S/-/-mysql-/}
|
2013-03-02 21:33:21 +01:00
|
|
|
PKGREVISION= 3
|
2004-11-10 09:21:21 +01:00
|
|
|
COMMENT= WS 23xx weather station MySQL support
|
2010-02-05 16:27:27 +01:00
|
|
|
LICENSE= gnu-gpl-v2
|
2004-11-10 09:21:21 +01:00
|
|
|
|
2004-12-03 16:14:50 +01:00
|
|
|
BUILD_TARGET= mysql2300
|
2004-11-10 09:21:21 +01:00
|
|
|
INSTALL_TARGET= install-mysql
|
2010-02-05 20:36:16 +01:00
|
|
|
INSTALLATION_DIRS+= bin
|
2004-11-10 09:21:21 +01:00
|
|
|
|
2005-07-31 16:03:28 +02:00
|
|
|
LIBS+= -lmysqlclient
|
|
|
|
LIBS.SunOS+= -lnsl -lsocket
|
2005-12-05 21:49:47 +01:00
|
|
|
MAKE_ENV+= LIBS=${LIBS:M*:Q}
|
2005-07-31 16:03:28 +02:00
|
|
|
|
2004-11-10 09:21:21 +01:00
|
|
|
.include "../../mk/mysql.buildlink3.mk"
|
2005-12-05 21:49:47 +01:00
|
|
|
.include "../../misc/open2300/Makefile.common"
|