freebsd-ports/devel/libcache/Makefile

22 lines
467 B
Makefile
Raw Normal View History

# New ports collection makefile for: libcache
# Date created: 04 Feb 2000
# Whom: Will Andrews <andrews@technologist.com>
#
# $FreeBSD$
#
2000-04-11 23:30:15 +02:00
PORTNAME= libcache
PORTVERSION= 1.1.0
CATEGORIES= devel
MASTER_SITES= http://www.afro-productions.com/libcache/
MAINTAINER= ports@FreeBSD.org
2003-02-20 18:07:10 +01:00
COMMENT= C library that allows a programmer to parse sentences easier
INSTALLS_SHLIB= yes
pre-build:
@${CP} -f ${FILESDIR}/Makefile.lib ${WRKSRC}/Makefile
.include <bsd.port.mk>