1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-03 11:12:13 +00:00
Baptiste Daroussin fd5f318f3c Deprecate unmaintained ports from devel where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports
2011-03-16 13:55:41 +00:00

26 lines
609 B
Makefile

# New ports collection makefile for: rinfo
# Date created: 23th March 1998
# Whom: Mark Chapman <markc@ctgi.net>
#
# $FreeBSD$
#
PORTNAME= rinfo
PORTVERSION= 1.2
CATEGORIES= devel
MASTER_SITES= ftp://www.ctgi.net/pub/ctgi/ \
http://www.freebsdbrasil.com.br/~jmelo/
MAINTAINER= ports@FreeBSD.org
COMMENT= List status of files checked out of RCS repositories
DEPRECATED= Upstream disapear and distfile is no more available
EXPIRATION_DATE= 2011-05-01
PLIST_FILES= bin/rinfo
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/rinfo ${PREFIX}/bin/rinfo
.include <bsd.port.mk>