freebsd-ports/net/wol/Makefile
Ade Lovett 9210b7cb07 Stage 1 of gettext update.
Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies

Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old

Reviewed by:	portmgr
2002-03-15 19:44:29 +00:00

29 lines
633 B
Makefile

# 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
LIB_DEPENDS= intl:${PORTSDIR}/devel/gettext-old \
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>