freebsd-ports/devel/libcache/Makefile
Mark Linimon 6e024a618f Per distfile survey, remove mastersite that disappeared in August 2003.
Left marked as broken so as not to step on the intent of the previous
committer (broken=unfetchable, in this case).
2003-10-31 21:31:36 +00:00

23 lines
530 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
INSTALLS_SHLIB= yes
pre-build:
@${CP} -f ${FILESDIR}/Makefile.lib ${WRKSRC}/Makefile
.include <bsd.port.mk>