blob: 2a38191e82387c1052e5646a262bcf12345b0c9b (
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
|
# ex:ts=8
# Ports collection makefile for: lr
# Date created: Tue Jul 14, 2002
# Whom: Michael L. Hostbaek (mich@freebsdcluster.org)
#
# $FreeBSD$
#
PORTNAME= lr
PORTVERSION= 1.6
CATEGORIES= misc
MASTER_SITES= http://www.seekrut.com/rk/
MAINTAINER= mich@freebsdcluster.org
ALL_TARGET= lr
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>
|