4a5f62750d
c2lib is a library of basic structures and memory allocators for C. It is designed to look similar to C++ STL with many powerful string features borrowed also from Perl.
24 lines
385 B
Makefile
24 lines
385 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: c2lib
|
|
# Date created: Feb 16, 2001
|
|
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= c2lib
|
|
PORTVERSION= 1.1.7
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.annexia.org/freeware/c2lib/
|
|
|
|
MAINTAINER= ijliao@FreeBSD.org
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
.include <bsd.port.mk>
|