summaryrefslogtreecommitdiff
path: root/misc/open2300-mysql/Makefile
blob: 7f6f575e49a28a39ed8ebf50b2c591149e9614da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $NetBSD: Makefile,v 1.9 2010/02/04 17:37:51 joerg Exp $
#

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

PKG_DESTDIR_SUPPORT=	user-destdir

BUILD_TARGET=	mysql2300
INSTALL_TARGET=	install-mysql

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

INSTALLATION_DIRS+=	bin

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