2002-01-10 06:31:06 -05:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: wol
|
|
|
|
# Date created: Jan 10, 2001
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= wol
|
|
|
|
PORTVERSION= 0.5.1
|
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ahh
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
|
2002-03-15 14:44:29 -05:00
|
|
|
LIB_DEPENDS= intl:${PORTSDIR}/devel/gettext-old \
|
2002-01-10 06:31:06 -05:00
|
|
|
giconv:${PORTSDIR}/converters/libiconv \
|
|
|
|
gnugetopt:${PORTSDIR}/devel/libgnugetopt
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib -lgiconv -lgnugetopt"
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${PERL} -pi -e "s/iconv.h/giconv.h/g" ${WRKSRC}/configure
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|