2019-07-17 14:46:32 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.17 2019/07/17 14:46:34 danj Exp $
|
2004-04-28 16:42:47 +00:00
|
|
|
|
2007-09-15 22:36:51 +00:00
|
|
|
COMMENT= Wake On Lan client
|
2004-04-28 16:42:47 +00:00
|
|
|
|
2004-05-18 21:00:23 +00:00
|
|
|
DISTNAME= wol-0.7.1
|
2019-07-17 14:46:32 +00:00
|
|
|
REVISION= 5
|
2004-04-28 16:42:47 +00:00
|
|
|
CATEGORIES= net
|
|
|
|
|
|
|
|
HOMEPAGE= http://ahh.sourceforge.net/wol/
|
|
|
|
|
2016-12-25 16:43:11 +00:00
|
|
|
# GPLv2+
|
2019-07-12 20:48:23 +00:00
|
|
|
PERMIT_PACKAGE= Yes
|
2016-12-25 16:43:11 +00:00
|
|
|
|
|
|
|
WANTLIB += c iconv intl
|
2004-04-28 16:42:47 +00:00
|
|
|
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ahh/}
|
|
|
|
|
2019-05-20 22:15:00 +00:00
|
|
|
LIB_DEPENDS= devel/gettext,-runtime
|
2004-04-28 16:42:47 +00:00
|
|
|
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|