freebsd-ports/ftp/weex/Makefile

42 lines
737 B
Makefile
Raw Normal View History

# Created by: Emanuel Haupt <ehaupt@critical.ch>
# $FreeBSD$
PORTNAME= weex
PORTVERSION= 2.6.1.5
PORTREVISION= 1
CATEGORIES= ftp
MASTER_SITES= SF
MAINTAINER= ehaupt@FreeBSD.org
2013-03-08 15:00:30 +01:00
COMMENT= Non-interactive FTP client
GNU_CONFIGURE= yes
MANCOMPRESSED= no
2009-03-30 16:18:26 +02:00
MAKE_JOBS_SAFE= yes
PORTDOCS= ChangeLog README
MAN1= weex.1
OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
post-patch:
@${REINPLACE_CMD} -e 's|^\(SUBDIRS.*\)debian|\1|' \
${WRKSRC}/Makefile.in
post-install:
${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/doc/sample.weexrc ${EXAMPLESDIR}
.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR}
.for f in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/doc/${f} ${DOCSDIR}
.endfor
.endif
NOT_FOR_ARCHS= amd64
.include <bsd.port.mk>