blob: 870e3c9f3df3febc96550c44f4a0e94890be159a (
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
|
# ex:ts=8
# Ports collection makefile for: rpl
# Date created: Thu Jul 25, 2002
# Whom: Michael L. Hostbaek (mich@freebsdcluster.org)
#
# $FreeBSD$
#
PORTNAME= rpl
PORTVERSION= 1.4.0
CATEGORIES= misc
MASTER_SITES= http://downloads.laffeycomputer.com/current_builds/
MAINTAINER= mich@freebsdcluster.org
GNU_CONFIGURE= yes
MAN1= rpl.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/rpl ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/man/rpl.1 ${MANPREFIX}/man/man1
.include <bsd.port.mk>
|