2000-02-01 00:53:59 +01:00
|
|
|
# New ports collection makefile for: indexme
|
|
|
|
# Date created: 30 Jan 2000
|
|
|
|
# Whom: Carl Johan Madestrand
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-10 02:07:29 +02:00
|
|
|
PORTNAME= indexme
|
2001-02-05 16:33:58 +01:00
|
|
|
PORTVERSION= 0.1
|
2008-06-28 09:34:16 +02:00
|
|
|
PORTREVISION= 1
|
2000-02-01 00:53:59 +01:00
|
|
|
CATEGORIES= www
|
2002-11-06 14:23:47 +01:00
|
|
|
MASTER_SITES= ftp://users.uk.freebsd.org/pub/lord_cj/
|
2000-04-10 02:07:29 +02:00
|
|
|
DISTNAME= ${PORTNAME}
|
2000-02-01 00:53:59 +01:00
|
|
|
|
2007-07-02 20:26:15 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 15:08:24 +01:00
|
|
|
COMMENT= Links files into a HTML index for viewing and easy overview
|
2000-02-01 00:53:59 +01:00
|
|
|
|
|
|
|
USE_PERL5= yes
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/indexme
|
|
|
|
NO_BUILD= yes
|
2008-06-28 09:34:16 +02:00
|
|
|
|
|
|
|
.if !defined(NO_INSTALL_MANPAGES)
|
2000-06-28 14:29:08 +02:00
|
|
|
MAN1= indexme.1
|
2008-06-28 09:34:16 +02:00
|
|
|
.endif
|
|
|
|
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/indexme
|
2000-02-01 00:53:59 +01:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
@ ${INSTALL_SCRIPT} ${WRKSRC}/indexme ${PREFIX}/bin
|
2008-06-28 09:34:16 +02:00
|
|
|
.if !defined(NO_INSTALL_MANPAGES)
|
2000-06-28 14:29:08 +02:00
|
|
|
@ ${INSTALL_MAN} ${WRKSRC}/indexme.1 ${PREFIX}/man/man1
|
2000-02-01 00:53:59 +01:00
|
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|