1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/devel/cons/Makefile
Steve Price 627cf8d659 Update/add MASTERSITES.
Submitted by:	maintainer
1998-12-25 17:47:31 +00:00

38 lines
901 B
Makefile

# New ports collection makefile for: cons
# Version required: 1.5
# Date created: 11 December 1998
# Whom: rv@fore.com
#
# $Id: Makefile,v 1.1.1.1 1998/12/15 21:06:18 steve Exp $
#
DISTNAME= cons-1.5
CATEGORIES= devel
MASTER_SITES= http://www.dsmit.com/cons/ \
http://www.telerama.com/~bgarcia/cons/
EXTRACT_SUFX= .tgz
MAINTAINER= rv@fore.com
RUN_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/MD5.pm:${PORTSDIR}/security/p5-MD5
USE_PERL5= yes
NO_BUILD= yes
PLIST_SUB= CONS_VER=1.5
MAN1= cons.1
DOCS= CHANGES COPYRIGHT INSTALL MANIFEST README RELEASE cons.html \
cons.pod
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/cons ${PREFIX}/bin/cons
${INSTALL_MAN} ${WRKSRC}/cons.1 ${PREFIX}/man/man1/cons.1
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/${PKGNAME}
.for f in ${DOCS}
${INSTALL} -c ${WRKSRC}/$f ${PREFIX}/share/doc/${PKGNAME}
.endfor
.endif
.include <bsd.port.mk>