1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/www/indexme/Makefile
Pav Lucistnik 5776dd1539 - Reset MAINTAINER:
----- The following addresses had permanent fatal errors -----
  <calle.madestrand@norrgarden.se>
      (reason: 550 <calle.madestrand@norrgarden.se>, Recipient unknown)
2007-07-02 18:26:15 +00:00

30 lines
630 B
Makefile

# 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://users.uk.freebsd.org/pub/lord_cj/
DISTNAME= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Links files into a HTML index for viewing and easy overview
USE_PERL5= yes
WRKSRC= ${WRKDIR}/indexme
NO_BUILD= yes
MAN1= indexme.1
PLIST_FILES= bin/indexme
do-install:
@ ${INSTALL_SCRIPT} ${WRKSRC}/indexme ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@ ${INSTALL_MAN} ${WRKSRC}/indexme.1 ${PREFIX}/man/man1
.endif
.include <bsd.port.mk>