pkgsrc/misc/open2300-mysql/Makefile

21 lines
457 B
Makefile
Raw Normal View History

2010-02-05 16:27:27 +01:00
# $NetBSD: Makefile,v 1.10 2010/02/05 15:27:27 martin Exp $
#
PKGNAME= ${DISTNAME:S/-/-mysql-/}
COMMENT= WS 23xx weather station MySQL support
2010-02-05 16:27:27 +01:00
LICENSE= gnu-gpl-v2
2010-02-04 18:29:59 +01:00
PKG_DESTDIR_SUPPORT= user-destdir
BUILD_TARGET= mysql2300
INSTALL_TARGET= install-mysql
LIBS+= -lmysqlclient
LIBS.SunOS+= -lnsl -lsocket
MAKE_ENV+= LIBS=${LIBS:M*:Q}
2010-02-05 16:27:27 +01:00
PKG_DESTDIR_SUPPORT= user-destdir
2010-02-04 18:29:59 +01:00
.include "../../mk/mysql.buildlink3.mk"
.include "../../misc/open2300/Makefile.common"