mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
f935a609c5
supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
32 lines
673 B
Makefile
32 lines
673 B
Makefile
# New ports collection makefile for: wxdfast
|
|
# Date created: 2006-11-07
|
|
# Whom: alepulver
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= wxdfast
|
|
PORTVERSION= 0.6.0
|
|
CATEGORIES= ftp www
|
|
MASTER_SITES= SF/dfast
|
|
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.mk>
|