diff options
Diffstat (limited to 'devel/c2lib/Makefile')
| -rw-r--r-- | devel/c2lib/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/devel/c2lib/Makefile b/devel/c2lib/Makefile new file mode 100644 index 000000000000..12fcccf5c8e7 --- /dev/null +++ b/devel/c2lib/Makefile @@ -0,0 +1,23 @@ +# 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> |
