freebsd-ports/www/indexme/Makefile
Ion-Mihai Tetcu 665118e649 - use NO_INSTALL_MANPAGES instead of NOPORTDOCS where appropriate thus fix
plist iu -DNOPORTDOCS
- bump PORTREVISION

Submitted by:	QA Tindy run
2008-06-28 07:34:16 +00:00

34 lines
704 B
Makefile

# New ports collection makefile for: indexme
# Date created: 30 Jan 2000
# Whom: Carl Johan Madestrand
#
# $FreeBSD$
#
PORTNAME= indexme
PORTVERSION= 0.1
PORTREVISION= 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
.if !defined(NO_INSTALL_MANPAGES)
MAN1= indexme.1
.endif
PLIST_FILES= bin/indexme
do-install:
@ ${INSTALL_SCRIPT} ${WRKSRC}/indexme ${PREFIX}/bin
.if !defined(NO_INSTALL_MANPAGES)
@ ${INSTALL_MAN} ${WRKSRC}/indexme.1 ${PREFIX}/man/man1
.endif
.include <bsd.port.mk>