mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
3f39a02300
Change MAINTAINER email. PR: 19319 Submitted by: maintainer
29 lines
567 B
Makefile
29 lines
567 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= cj@vallcom.net
|
|
|
|
USE_PERL5= yes
|
|
|
|
WRKSRC= ${WRKDIR}/indexme
|
|
NO_BUILD= yes
|
|
MAN1= indexme.1
|
|
|
|
do-install:
|
|
@ ${INSTALL_SCRIPT} ${WRKSRC}/indexme ${PREFIX}/bin
|
|
.if !defined(NOPORTDOCS)
|
|
@ ${INSTALL_MAN} ${WRKSRC}/indexme.1 ${PREFIX}/man/man1
|
|
.endif
|
|
.include <bsd.port.mk>
|