2007-10-02 15:09:44 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.6 2007/10/02 19:09:44 jasper Exp $
|
2004-10-09 14:55:20 -04:00
|
|
|
|
2007-09-15 18:36:51 -04:00
|
|
|
COMMENT= noninteractive ftp client
|
2004-10-09 14:55:20 -04:00
|
|
|
DISTNAME= weex-2.6.1.5
|
2005-11-18 20:52:26 -05:00
|
|
|
PKGNAME= ${DISTNAME}p1
|
2004-10-09 14:55:20 -04:00
|
|
|
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
|
2004-12-15 19:31:20 -05:00
|
|
|
WANTLIB= c
|
2004-10-09 14:55:20 -04:00
|
|
|
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=weex/}
|
|
|
|
|
2007-10-02 15:09:44 -04:00
|
|
|
MODULES= devel/gettext
|
2004-10-09 14:55:20 -04:00
|
|
|
|
|
|
|
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>
|