summaryrefslogtreecommitdiff
path: root/net-mgmt/oproute/Makefile
blob: fb6498848c598192c430f134f366da095a5df6b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# ex:ts=8
# New ports collection makefile for:	oproute
# Date created:			Mar 3, 2001
# Whom:				Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	oproute
PORTVERSION=	0.7
CATEGORIES=	net
MASTER_SITES=	ftp://ftp.opnix.com/pub/oproute/
EXTRACT_SUFX=	.tgz

MAINTAINER=	ijliao@FreeBSD.org

post-patch:
	@${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/Makefile

.include <bsd.port.mk>