1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-13 23:36:08 +00:00
freebsd-ports/devel/cons/Makefile
Will Andrews b78f25dc5d Update maintainer's email address -- this was supposed to go in the
previous commit but I forgot it while merging the conflicts in the patch
that was submitted.

PR:		20509
Submitted by:	maintainer
2000-08-11 00:42:27 +00:00

38 lines
879 B
Makefile

# New ports collection makefile for: cons
# Date created: 11 December 1998
# Whom: rv@dsmit.com
#
# $FreeBSD$
#
PORTNAME= cons
PORTVERSION= 2.0.1
CATEGORIES= devel
MASTER_SITES= http://www.dsmit.com/cons/stable/ \
http://www.baldmt.com/cons/stable/
EXTRACT_SUFX= .tgz
MAINTAINER= rv@gnu.org
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${ARCH}-freebsd/MD5.pm:${PORTSDIR}/security/p5-MD5
USE_PERL5= yes
NO_BUILD= yes
PLIST_SUB= CONS_VER=${PORTVERSION}
MAN1= cons.1
DOCS= CHANGES COPYING COPYRIGHT INSTALL MANIFEST README RELEASE \
cons.html TODO
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>