pkgsrc-wip/alive/Makefile
2005-10-24 17:25:16 +00:00

26 lines
643 B
Makefile

# $NetBSD: Makefile,v 1.4 2005/10/24 17:25:16 rillig Exp $
#
DISTNAME= alive-1.4.0
CATEGORIES= net
MASTER_SITES= http://savannah.gnu.org/download/alive/
MAINTAINER= oht@users.sourceforge.net
HOMEPAGE= http://www.gnu.org/software/alive/
COMMENT= Login software for Swedish Telia ADSL/Comhem cable Internet users
AUTOMAKE_REQD= 1.7.1
MANCOMPRESSED= yes
GNU_CONFIGURE= yes
USE_TOOLS+= automake
LIBS.SunOS+= -lnsl -lsocket
pre-configure:
cd ${WRKSRC} && aclocal
cd ${WRKSRC} && autoheader
cd ${WRKSRC} && automake -a --foreign -i
cd ${WRKSRC} && autoconf
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"