aboutsummaryrefslogtreecommitdiffstats
path: root/net/aget/Makefile
blob: 0264181f57c823815c430df09bf52638609424a8 (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
# New ports collection makefile for:    aget
# Date created:             15. May 2003
# Whom:                 Aaron Zauner <az_mail@gmx.at>
#
# $FreeBSD$
#

PORTNAME=   aget
PORTVERSION=    0.4.1
CATEGORIES= net
MASTER_SITES=   http://www.enderunix.org/aget/

MAINTAINER= ports@FreeBSD.org
COMMENT=    A multithreaded HTTP download accelerator

PLIST_FILES=    bin/aget
MAN1=   aget.1

post-patch:
# fix man prefix and make portlint happy :)
    @${REINPLACE_CMD} -e 's|/usr/share/man/man1/|${MANPREFIX}/man/man1/|g' -e \
        's|/usr/local/bin/|${PREFIX}/bin/|g' ${WRKSRC}/Makefile

.include <bsd.port.mk>