87c40d393e
Oww (One-Wire Weather) is a server and client for Dallas Semiconductor / AAG 1-wire weather station kits.
31 lines
681 B
Makefile
31 lines
681 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2009/03/29 23:50:35 pettai Exp $
|
|
#
|
|
|
|
DISTNAME= oww-0.82.2
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=oww/}
|
|
|
|
MAINTAINER= pettai@nordu.net
|
|
HOMEPAGE= http://oww.sourceforge.net/
|
|
COMMENT= One-wire weather
|
|
|
|
GNU_CONFIGURE= yes
|
|
#USE_LIBTOOL= yes
|
|
USE_TOOLS+= aclocal autoconf gmake perl
|
|
|
|
CONFIGURE_ARGS+= --disable-gui
|
|
CONFIGURE_ARGS+= --disable-nls
|
|
|
|
pre-configure:
|
|
cd ${WRKSRC} && autoconf
|
|
|
|
do-build:
|
|
cd ${WRKSRC}/src && gmake
|
|
|
|
do-install:
|
|
cd ${WRKSRC}/src && gmake install
|
|
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../devel/libusb/buildlink3.mk"
|
|
.include "../../www/curl/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|