freebsd-ports/devel/invitation_to_ruby/Makefile
Mark Linimon 23e091863e Mark as deprecated: either fails to fetch, and has done so for some time;
and/or fails to build; and/or the maintainer has recommended
that the ports are obsolete and should be deleted.

In each of these cases, the port has been in trouble for quite some time.
The deprecation date is set for April 09, 2004, except for a very few
ports that are in really bad shape (or the maintainer has recommended
deletion), in which case they are set for March 09, 2004.

If anyone wants to keep these ports in the ports collection, now is
the time to step up and fix them.

PR:		ports/62575
No objection:	freebsd-ports, 10 days
2004-02-17 10:30:34 +00:00

53 lines
1.3 KiB
Makefile

# ex:ts=8
#
# New ports collection makefile for: invitation_to_ruby
# Date created: 2002/08/28
# Whom: Alan Eldridge <alane@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= invitation_to_ruby
PORTVERSION= 1.0.0
#PORTEPOCH=
CATEGORIES= devel
MASTER_SITES= ftp://ftp.one.net/pub/users/jweirich/talks/
#MASTER_SITE_SUBDIR=
#PKGNAMEPREFIX=
#PKGNAMESUFFIX=
DISTNAME= invitationtoruby
EXTRACT_SUFX= .tgz
#DISTFILES=
#DIST_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME}
#EXTRACT_ONLY=
MAINTAINER= ports@FreeBSD.org
COMMENT= A talk given by Jim Weirich, a brief introduction to Ruby
DEPRECATED= "no longer available in original form from any website"
EXPIRATION_DATE= "April 09, 2004"
NO_BUILD= yes
PLIST= ${WRKDIR}/plist
.include <bsd.port.pre.mk>
pre-install:
${RM} -f ${PLIST}
${ECHO_CMD} "@comment files" >> ${PLIST}
cd ${WRKSRC}; ${FIND} . -type f | cut -c2- \
| ${SED} 's|^|${DOCSDIR:S,${PREFIX}/,,}|' \
| ${SORT} >> ${PLIST}
${ECHO_CMD} "@comment directories" >> ${PLIST}
cd ${WRKSRC}; ${FIND} . -type d | cut -c2- \
| ${SED} 's|^|@dirrm ${DOCSDIR:S,${PREFIX}/,,}|' \
| ${SORT} -r >> ${PLIST}
do-install:
${RM} -fr ${DOCSDIR}
${MKDIR} ${DOCSDIR}
cd ${WRKSRC}; ${FIND} . \
| ${CPIO} -pdmv -R ${DOCOWN}:${DOCGRP} ${DOCSDIR}
${CHMOD} -R ugo-w,ugo+rX ${DOCSDIR}
.include <bsd.port.post.mk>