freebsd-ports/devel/libcache/Makefile
Oliver Eikemeier 5ddbe3eaa7 Mark this port as deprecated. As pointed out already
<http://lists.freebsd.org/pipermail/freebsd-ports/2004-May/012511.html>,
the project has been dead for a while (the master site vanished more
than eight months ago, according to the last commit message, and there's
no sign of a new one on the web).

PR:		66935
Submitted by:	Stefan Walter <sw@gegenunendlich.de>
2004-05-20 11:31:34 +00:00

26 lines
580 B
Makefile

# New ports collection makefile for: libcache
# Date created: 04 Feb 2000
# Whom: Will Andrews <andrews@technologist.com>
#
# $FreeBSD$
#
PORTNAME= libcache
PORTVERSION= 1.1.0
CATEGORIES= devel
# mastersite disappeared in August 2003
MASTER_SITES= # http://www.afro-productions.com/libcache/
MAINTAINER= ports@FreeBSD.org
COMMENT= C library that allows a programmer to parse sentences easier
BROKEN= unfetchable
DEPRECATED= ${BROKEN}
EXPIRATION_DATE=2004-06-18
INSTALLS_SHLIB= yes
pre-build:
@${CP} -f ${FILESDIR}/Makefile.lib ${WRKSRC}/Makefile
.include <bsd.port.mk>