2012-03-29 13:38:12 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.12 2012/03/29 13:38:49 sthen Exp $
|
2004-10-09 18:55:20 +00:00
|
|
|
|
2007-09-15 22:36:51 +00:00
|
|
|
COMMENT= noninteractive ftp client
|
2004-10-09 18:55:20 +00:00
|
|
|
DISTNAME= weex-2.6.1.5
|
2010-07-12 22:07:37 +00:00
|
|
|
REVISION= 2
|
2004-10-09 18:55:20 +00:00
|
|
|
CATEGORIES= net
|
|
|
|
|
|
|
|
HOMEPAGE= http://weex.sourceforge.net
|
|
|
|
|
|
|
|
# GPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2010-07-12 22:07:37 +00:00
|
|
|
|
2004-12-16 00:31:20 +00:00
|
|
|
WANTLIB= c
|
2004-10-09 18:55:20 +00:00
|
|
|
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=weex/}
|
|
|
|
|
2007-10-02 19:09:44 +00:00
|
|
|
MODULES= devel/gettext
|
2004-10-09 18:55:20 +00:00
|
|
|
|
2012-03-29 13:38:12 +00:00
|
|
|
SEPARATE_BUILD= Yes
|
2004-10-09 18:55:20 +00:00
|
|
|
CONFIGURE_STYLE= autoconf
|
|
|
|
AUTOCONF_VERSION= 2.13
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2010-11-19 22:31:32 +00:00
|
|
|
USE_GROFF = Yes
|
2004-10-09 18:55:20 +00: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>
|