mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
30 lines
615 B
Makefile
30 lines
615 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://ukug.uk.freebsd.org/pub/lord_cj/ \
|
|
http://kyb.homepage.com/perl/
|
|
DISTNAME= ${PORTNAME}
|
|
|
|
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>
|