diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-01-31 23:53:59 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-01-31 23:53:59 +0000 |
commit | 54c7ee19e6045082550939ef4b10fe65c6ce2daa (patch) | |
tree | 9a4287fc69f9f00373e72b10e9270b2381a71b4b /www/indexme | |
parent | 8a59ed7b886ccf4fb12c31c380ac3a8ceba96d21 (diff) | |
download | ports-54c7ee19e6045082550939ef4b10fe65c6ce2daa.tar.gz ports-54c7ee19e6045082550939ef4b10fe65c6ce2daa.zip |
Notes
Diffstat (limited to 'www/indexme')
-rw-r--r-- | www/indexme/Makefile | 28 | ||||
-rw-r--r-- | www/indexme/distinfo | 1 | ||||
-rw-r--r-- | www/indexme/pkg-comment | 1 | ||||
-rw-r--r-- | www/indexme/pkg-descr | 2 | ||||
-rw-r--r-- | www/indexme/pkg-plist | 3 |
5 files changed, 35 insertions, 0 deletions
diff --git a/www/indexme/Makefile b/www/indexme/Makefile new file mode 100644 index 000000000000..ee662d3adfad --- /dev/null +++ b/www/indexme/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: indexme +# Date created: 30 Jan 2000 +# Version required: 0.1 +# Whom: Carl Johan Madestrand +# +# $FreeBSD$ +# + +DISTNAME= indexme +PKGNAME= indexme-0.1 +CATEGORIES= www +MASTER_SITES= http://kyb.homepage.com/perl/ + +MAINTAINER= calle.madestrand@norrgarden.se + +USE_PERL5= yes + +WRKSRC= ${WRKDIR}/indexme +NO_BUILD= yes + +do-install: + @ ${MKDIR} ${PREFIX}/share/doc/indexme + @ ${INSTALL_SCRIPT} ${WRKSRC}/indexme ${PREFIX}/bin +.if !defined(NOPORTDOCS) + @ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/indexme +.endif + +.include <bsd.port.mk> diff --git a/www/indexme/distinfo b/www/indexme/distinfo new file mode 100644 index 000000000000..8107ae5f5b70 --- /dev/null +++ b/www/indexme/distinfo @@ -0,0 +1 @@ +MD5 (indexme.tar.gz) = cb1859060fccca1f31949c9d514a5ff4 diff --git a/www/indexme/pkg-comment b/www/indexme/pkg-comment new file mode 100644 index 000000000000..af2160e901c1 --- /dev/null +++ b/www/indexme/pkg-comment @@ -0,0 +1 @@ +links files into a HTML index for viewing and easy overview diff --git a/www/indexme/pkg-descr b/www/indexme/pkg-descr new file mode 100644 index 000000000000..95e8c41ae582 --- /dev/null +++ b/www/indexme/pkg-descr @@ -0,0 +1,2 @@ +indexme is a small Perl program for linking several images or +documents into a HTML index for viewing and easy overview. diff --git a/www/indexme/pkg-plist b/www/indexme/pkg-plist new file mode 100644 index 000000000000..f153a38d5c88 --- /dev/null +++ b/www/indexme/pkg-plist @@ -0,0 +1,3 @@ +bin/indexme +share/doc/indexme/README +@dirrm share/doc/indexme |