19 lines
469 B
Makefile
19 lines
469 B
Makefile
# $NetBSD: Makefile,v 1.8 2006/02/05 23:10:13 joerg Exp $
|
|
#
|
|
|
|
PKGNAME= ${DISTNAME:S/-/-mysql-/}
|
|
PKGREVISION= 2
|
|
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"
|