mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
indexme is a small Perl program for linking several images or
documents into a HTML index for viewing and easy overview. PR: 16462 Submitted by: Carl Johan Madestrand <calle.madestrand@norrgarden.se>
This commit is contained in:
parent
8a59ed7b88
commit
54c7ee19e6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=25369
28
www/indexme/Makefile
Normal file
28
www/indexme/Makefile
Normal file
@ -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>
|
1
www/indexme/distinfo
Normal file
1
www/indexme/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (indexme.tar.gz) = cb1859060fccca1f31949c9d514a5ff4
|
1
www/indexme/pkg-comment
Normal file
1
www/indexme/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
links files into a HTML index for viewing and easy overview
|
2
www/indexme/pkg-descr
Normal file
2
www/indexme/pkg-descr
Normal file
@ -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.
|
3
www/indexme/pkg-plist
Normal file
3
www/indexme/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
bin/indexme
|
||||
share/doc/indexme/README
|
||||
@dirrm share/doc/indexme
|
Loading…
Reference in New Issue
Block a user