openbsd-ports/net/weex/Makefile
naddy 82a22dfadd Import weex 2.6.1.5; submitted by Thomas Delaet <thomas@delaet.org>.
Fast Webpage Exchanger (weex) is a utility designed to automate the
task of remotely maintaining a web page or other FTP archive. With weex,
the maintainer of a web site or archive that must be administered
through FTP interaction can largely ignore that process.
2004-10-09 18:55:20 +00:00

34 lines
789 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2004/10/09 18:55:20 naddy Exp $
COMMENT= "noninteractive ftp client"
DISTNAME= weex-2.6.1.5
CATEGORIES= net
HOMEPAGE= http://weex.sourceforge.net
MAINTAINER= Thomas Delaet <thomas@delaet.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=weex/}
MODULES= gettext
SEPARATE_BUILD= simple
CONFIGURE_STYLE= autoconf
AUTOCONF_VERSION= 2.13
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/weex
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/weex
${INSTALL_DATA} ${WRKSRC}/doc/sample.weexrc \
${PREFIX}/share/examples/weex
.include <bsd.port.mk>