blob: 4025d764a2c0bed7836ce9d8f69337e9a430059f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.2 2004/12/03 15:15:04 wiz 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
USE_BUILDLINK3=yes
.include "../../mk/mysql.buildlink3.mk"
.include "../open2300/Makefile.common"
|