blob: ab33920ed0f93a7d10af4dc8b277171488c72107 (
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
|
# New ports collection makefile for: wxdfast
# Date created: 2006-11-07
# Whom: alepulver
#
# $FreeBSD$
#
PORTNAME= wxdfast
PORTVERSION= 0.6.0
PORTREVISION= 4
CATEGORIES= ftp www
MASTER_SITES= SF/dfast/wxDownload%20Fast/${PORTVERSION}
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= alepulver@FreeBSD.org
COMMENT= A great multithreaded and multi-platform download manager
USE_GETTEXT= yes
USE_WX= 2.6
WX_CONF_ARGS= relative
WX_UNICODE= yes
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
MAN1= wxdfast.1
post-patch:
@${REINPLACE_CMD} -e 's|wxrc|${WXRC_CMD:T}|' \
${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
@${REINPLACE_CMD} -e 's|pt_BR||' ${WRKSRC}/man/Makefile.in
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 800000 && ${ARCH} == i386
BROKEN= Does not compile
.endif
.include <bsd.port.post.mk>
|