1998-12-15 21:06:18 +00:00
|
|
|
# New ports collection makefile for: cons
|
|
|
|
# Date created: 11 December 1998
|
2000-08-18 18:57:21 +00:00
|
|
|
# Whom: rv@gnu.org
|
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-09-15 15:19:42 +00:00
|
|
|
PORTVERSION= 2.0.2
|
1998-12-15 21:06:18 +00:00
|
|
|
CATEGORIES= devel
|
2000-08-11 00:34:21 +00:00
|
|
|
MASTER_SITES= http://www.dsmit.com/cons/stable/ \
|
2000-08-18 19:21:49 +00:00
|
|
|
http://www.gnu.org/software/cons/stable/ \
|
2000-09-21 22:03:26 +00:00
|
|
|
ftp://ftp.gnu.org/pub/gnu/cons/stable/${PORTVERSION}/ \
|
2000-08-11 00:34:21 +00:00
|
|
|
http://www.baldmt.com/cons/stable/
|
1998-12-15 21:06:18 +00:00
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
2000-08-11 00:42:27 +00:00
|
|
|
MAINTAINER= rv@gnu.org
|
1998-12-15 21:06:18 +00:00
|
|
|
|
2000-07-14 11:26:51 +00:00
|
|
|
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${ARCH}-freebsd/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-08-11 00:34:21 +00:00
|
|
|
DOCS= CHANGES COPYING COPYRIGHT INSTALL MANIFEST README RELEASE \
|
|
|
|
cons.html TODO
|
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>
|