pkgsrc/misc/open2300-mysql/Makefile
rillig b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00

18 lines
455 B
Makefile

# $NetBSD: Makefile,v 1.6 2005/12/05 20:50:40 rillig Exp $
#
PKGNAME= ${DISTNAME:S/-/-mysql-/}
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"