1998-12-15 22:06:18 +01:00
|
|
|
# New ports collection makefile for: cons
|
|
|
|
# Date created: 11 December 1998
|
2000-08-18 20:57:21 +02:00
|
|
|
# Whom: rv@gnu.org
|
1998-12-15 22:06:18 +01:00
|
|
|
#
|
1999-08-25 07:57:29 +02:00
|
|
|
# $FreeBSD$
|
1998-12-15 22:06:18 +01:00
|
|
|
#
|
|
|
|
|
2000-04-11 23:30:15 +02:00
|
|
|
PORTNAME= cons
|
2001-03-29 16:02:42 +02:00
|
|
|
PORTVERSION= 2.2.0
|
1998-12-15 22:06:18 +01:00
|
|
|
CATEGORIES= devel
|
2000-08-11 02:34:21 +02:00
|
|
|
MASTER_SITES= http://www.dsmit.com/cons/stable/ \
|
2000-08-18 21:21:49 +02:00
|
|
|
http://www.gnu.org/software/cons/stable/ \
|
2002-12-12 09:02:26 +01:00
|
|
|
ftp://ftp.gnu.org/pub/gnu/cons/ \
|
2000-08-11 02:34:21 +02:00
|
|
|
http://www.baldmt.com/cons/stable/
|
1998-12-15 22:06:18 +01:00
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
2000-08-11 02:42:27 +02:00
|
|
|
MAINTAINER= rv@gnu.org
|
2003-02-21 12:23:04 +01:00
|
|
|
COMMENT= A Perl-based Make Replacement
|
1998-12-15 22:06:18 +01:00
|
|
|
|
2001-05-23 12:45:42 +02:00
|
|
|
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
|
1998-12-15 22:06:18 +01:00
|
|
|
|
|
|
|
USE_PERL5= yes
|
|
|
|
NO_BUILD= yes
|
2000-04-11 23:30:15 +02:00
|
|
|
PLIST_SUB= CONS_VER=${PORTVERSION}
|
1998-12-15 22:06:18 +01:00
|
|
|
|
2001-07-25 19:52:02 +02:00
|
|
|
MANCOMPRESSED= yes
|
1998-12-15 22:06:18 +01:00
|
|
|
MAN1= cons.1
|
2000-08-11 02:34:21 +02:00
|
|
|
DOCS= CHANGES COPYING COPYRIGHT INSTALL MANIFEST README RELEASE \
|
|
|
|
cons.html TODO
|
1998-12-15 22:06:18 +01:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/cons ${PREFIX}/bin/cons
|
2001-07-25 19:52:02 +02:00
|
|
|
${INSTALL_MAN} ${WRKSRC}/cons.1.gz ${PREFIX}/man/man1/cons.1.gz
|
1998-12-15 22:06:18 +01:00
|
|
|
.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>
|