1998-12-15 21:06:18 +00:00
|
|
|
# New ports collection makefile for: cons
|
|
|
|
# Date created: 11 December 1998
|
2000-04-22 00:42:03 +00:00
|
|
|
# Whom: rv@dsmit.com
|
1998-12-15 21:06:18 +00:00
|
|
|
#
|
1999-08-25 05:57:29 +00:00
|
|
|
# $FreeBSD$
|
1998-12-15 21:06:18 +00:00
|
|
|
#
|
|
|
|
|
2000-04-11 21:30:15 +00:00
|
|
|
PORTNAME= cons
|
2000-06-04 04:22:17 +00:00
|
|
|
PORTVERSION= 1.8.d
|
1998-12-15 21:06:18 +00:00
|
|
|
CATEGORIES= devel
|
2000-04-22 00:42:03 +00:00
|
|
|
MASTER_SITES= http://www.dsmit.com/cons/
|
2000-06-04 04:22:17 +00:00
|
|
|
DISTNAME= cons-1.8-dev
|
1998-12-15 21:06:18 +00:00
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
2000-04-22 00:42:03 +00:00
|
|
|
MAINTAINER= rv@dsmit.com
|
1998-12-15 21:06:18 +00:00
|
|
|
|
2000-02-05 00:24:40 +00:00
|
|
|
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/MD5.pm:${PORTSDIR}/security/p5-MD5
|
1998-12-15 21:06:18 +00:00
|
|
|
|
|
|
|
USE_PERL5= yes
|
|
|
|
NO_BUILD= yes
|
2000-04-11 21:30:15 +00:00
|
|
|
PLIST_SUB= CONS_VER=${PORTVERSION}
|
1998-12-15 21:06:18 +00:00
|
|
|
|
|
|
|
MAN1= cons.1
|
2000-04-22 00:42:03 +00:00
|
|
|
DOCS= CHANGES COPYRIGHT INSTALL MANIFEST README RELEASE cons.html \
|
|
|
|
TODO test.log
|
1998-12-15 21:06:18 +00:00
|
|
|
|
|
|
|
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>
|