2013-03-11 07:35:43 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.14 2013/03/11 11:35:58 espie 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
|
2010-07-12 18:07:37 -04:00
|
|
|
REVISION= 2
|
2012-10-15 10:55:43 -04:00
|
|
|
CATEGORIES= net
|
2004-10-09 14:55:20 -04:00
|
|
|
|
2012-10-15 10:55:43 -04:00
|
|
|
HOMEPAGE= http://weex.sourceforge.net
|
2004-10-09 14:55:20 -04:00
|
|
|
|
|
|
|
# GPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
2010-07-12 18:07:37 -04:00
|
|
|
|
2012-10-15 10:55:43 -04:00
|
|
|
WANTLIB= c
|
2004-10-09 14:55:20 -04:00
|
|
|
|
2012-10-15 10:55:43 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=weex/}
|
2004-10-09 14:55:20 -04:00
|
|
|
|
2007-10-02 15:09:44 -04:00
|
|
|
MODULES= devel/gettext
|
2004-10-09 14:55:20 -04:00
|
|
|
|
2012-03-29 09:38:12 -04:00
|
|
|
SEPARATE_BUILD= Yes
|
2004-10-09 14:55:20 -04:00
|
|
|
CONFIGURE_STYLE= autoconf
|
|
|
|
AUTOCONF_VERSION= 2.13
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2010-11-19 17:31:32 -05:00
|
|
|
USE_GROFF = Yes
|
2004-10-09 14:55:20 -04:00
|
|
|
|
|
|
|
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>
|