d1c6f80880
extra-careful checking where there are complicated PSEUDO_FLAVORS).
27 lines
477 B
Makefile
27 lines
477 B
Makefile
# $OpenBSD: Makefile,v 1.8 2010/07/12 22:07:42 sthen Exp $
|
|
|
|
COMMENT= Wake On Lan client
|
|
|
|
DISTNAME= wol-0.7.1
|
|
REVISION= 1
|
|
CATEGORIES= net
|
|
|
|
HOMEPAGE= http://ahh.sourceforge.net/wol/
|
|
|
|
MAINTAINER= Johan Fredin <johan@spelaroll.se>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= c
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ahh/}
|
|
|
|
MODULES= devel/gettext
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|