6cb0bbdb9e
- bump
34 lines
781 B
Makefile
34 lines
781 B
Makefile
# $OpenBSD: Makefile,v 1.7 2008/06/05 15:57:40 ajacoutot Exp $
|
|
|
|
COMMENT= noninteractive ftp client
|
|
DISTNAME= weex-2.6.1.5
|
|
PKGNAME= ${DISTNAME}p2
|
|
CATEGORIES= net
|
|
|
|
HOMEPAGE= http://weex.sourceforge.net
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= c
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=weex/}
|
|
|
|
MODULES= devel/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>
|