24 lines
400 B
Makefile
24 lines
400 B
Makefile
# $OpenBSD: Makefile,v 1.13 2013/10/11 23:50:37 naddy Exp $
|
|
|
|
COMMENT= Wake On Lan client
|
|
|
|
DISTNAME= wol-0.7.1
|
|
REVISION= 2
|
|
CATEGORIES= net
|
|
|
|
HOMEPAGE= http://ahh.sourceforge.net/wol/
|
|
|
|
MAINTAINER= Johan Fredin <johan@spelaroll.se>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
WANTLIB= c
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ahh/}
|
|
|
|
MODULES= devel/gettext
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|