aboutsummaryrefslogtreecommitdiffstats
path: root/www/indexme/Makefile
blob: b2f29cfdafdbdd940ef03c4f64c6259c5d5797ee (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
25
26
27
28
# New ports collection makefile for:    indexme
# Date created:     30 Jan 2000
# Whom:         Carl Johan Madestrand
#
# $FreeBSD$
#

PORTNAME=   indexme
PORTVERSION=    0.1
CATEGORIES= www
MASTER_SITES=   ftp://ukug.uk.freebsd.org/pub/lord_cj/  \
        http://kyb.homepage.com/perl/
DISTNAME=   ${PORTNAME}

MAINTAINER= LoRd_CJ@dalusers.com

USE_PERL5=  yes

WRKSRC=     ${WRKDIR}/indexme
NO_BUILD=   yes
MAN1=       indexme.1

do-install:
        @ ${INSTALL_SCRIPT} ${WRKSRC}/indexme ${PREFIX}/bin
.if !defined(NOPORTDOCS)
        @ ${INSTALL_MAN} ${WRKSRC}/indexme.1 ${PREFIX}/man/man1
.endif
.include <bsd.port.mk>