summaryrefslogtreecommitdiff
path: root/misc/open2300-mysql/Makefile
blob: 1cc2f104c325d2d5bb4203df2d15bd6b1bad028b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $NetBSD: Makefile,v 1.7 2006/01/08 18:35:09 xtraeme Exp $
#

PKGNAME=	${DISTNAME:S/-/-mysql-/}
PKGREVISION=	1
COMMENT=	WS 23xx weather station MySQL support

PATCHDIR=	${.CURDIR}/../open2300/patches
DISTINFO_FILE=	${.CURDIR}/../open2300/distinfo

BUILD_TARGET=	mysql2300
INSTALL_TARGET=	install-mysql

LIBS+=		-lmysqlclient
LIBS.SunOS+=	-lnsl -lsocket
MAKE_ENV+=	LIBS=${LIBS:M*:Q}

.include "../../mk/mysql.buildlink3.mk"
.include "../../misc/open2300/Makefile.common"