aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/weex/Makefile
blob: f7135f12a5d9c5e6ad69bc1a2949e79562a419f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# 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=   ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= ehaupt@FreeBSD.org
COMMENT=    A non-interactive FTP client

GNU_CONFIGURE=  yes
MANCOMPRESSED=  no

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>