freebsd-ports/ftp/weex/Makefile
Dmitry Marakasov 535382b891 - Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all mirrors actually have all distfiles
- Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick download speed survey
- Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED

Approved by:	portmgr (pav)
2009-09-02 15:01:56 +00:00

41 lines
758 B
Makefile

# New ports collection makefile for: weex
# Date created: 8 Sep 2005
# Whom: Emanuel Haupt <ehaupt@critical.ch>
#
# $FreeBSD$
#
PORTNAME= weex
PORTVERSION= 2.6.1.5
PORTREVISION= 1
CATEGORIES= ftp
MASTER_SITES= SF
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= A non-interactive FTP client
GNU_CONFIGURE= yes
MANCOMPRESSED= no
MAKE_JOBS_SAFE= yes
PORTDOCS= ChangeLog README
MAN1= weex.1
post-patch:
@${REINPLACE_CMD} -e 's|^\(SUBDIRS.*\)debian|\1|' \
${WRKSRC}/Makefile.in
post-install:
${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/doc/sample.weexrc ${EXAMPLESDIR}
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for f in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/doc/${f} ${DOCSDIR}
.endfor
.endif
NOT_FOR_ARCHS= amd64
.include <bsd.port.mk>