blob: 0161c6060356d54f805d47a5317ca94029186eba (
plain)
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
|
# ex:ts=8
# New ports collection makefile for: mget
# Date created: Sep 21, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= mget
PORTVERSION= 1.3.0
CATEGORIES= ftp
MASTER_SITES= http://home.talkcity.com/LaGrangeLn/dbera/
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt
ALL_TARGET= ${PORTNAME}
post-patch:
@${PERL} -pi -e "s,-lpthread,${PTHREAD_LIBS},g ; \
s,%%LOCALBASE%%,${LOCALBASE},g" ${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mget ${PREFIX}/bin
.include <bsd.port.mk>
|