1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/devel/c2lib/Makefile
Ying-Chieh Liao 4a5f62750d add c2lib
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.
2001-02-16 11:07:08 +00:00

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>