mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
73c7900f5b
Submitted by: alepulver
35 lines
670 B
Makefile
35 lines
670 B
Makefile
# New ports collection makefile for: multiget
|
|
# Date created: 2006-11-03
|
|
# Whom: alepulver
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= multiget
|
|
PORTVERSION= 1.1.3
|
|
PORTREVISION= 5
|
|
CATEGORIES= ftp www
|
|
MASTER_SITES= SF/${PORTNAME}/OldFiles
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= An http/ftp downloader with a nice GUI
|
|
|
|
USE_WX= 2.6+
|
|
MAKEFILE= makefile
|
|
ALL_TARGET= MultiGet
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e \
|
|
's|g++|${CXX}|; \
|
|
s|\(CFLAGS\) =|\1 +=|; \
|
|
s|wx-config|${WX_CONFIG}|' \
|
|
${WRKSRC}/${MAKEFILE}
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/MultiGet ${PREFIX}/bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|