blob: 6e2e617692d54119628d3be40a5c43a8ff554cd9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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>
|