2000-01-31 23:53:59 +00:00
|
|
|
# New ports collection makefile for: indexme
|
|
|
|
# Date created: 30 Jan 2000
|
|
|
|
# Whom: Carl Johan Madestrand
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-10 00:07:29 +00:00
|
|
|
PORTNAME= indexme
|
|
|
|
PORTVERSION= 0.1
|
2000-01-31 23:53:59 +00:00
|
|
|
CATEGORIES= www
|
2000-03-11 14:36:39 +00:00
|
|
|
MASTER_SITES= ftp://ukug.uk.freebsd.org/pub/lord_cj/ \
|
|
|
|
http://kyb.homepage.com/perl/
|
2000-04-10 00:07:29 +00:00
|
|
|
DISTNAME= ${PORTNAME}
|
2000-01-31 23:53:59 +00:00
|
|
|
|
2000-06-28 12:29:08 +00:00
|
|
|
MAINTAINER= cj@vallcom.net
|
2000-01-31 23:53:59 +00:00
|
|
|
|
|
|
|
USE_PERL5= yes
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/indexme
|
|
|
|
NO_BUILD= yes
|
2000-06-28 12:29:08 +00:00
|
|
|
MAN1= indexme.1
|
2000-01-31 23:53:59 +00:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
@ ${INSTALL_SCRIPT} ${WRKSRC}/indexme ${PREFIX}/bin
|
|
|
|
.if !defined(NOPORTDOCS)
|
2000-06-28 12:29:08 +00:00
|
|
|
@ ${INSTALL_MAN} ${WRKSRC}/indexme.1 ${PREFIX}/man/man1
|
2000-01-31 23:53:59 +00:00
|
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|