diff options
Diffstat (limited to 'devel/libol/Makefile')
-rw-r--r-- | devel/libol/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/devel/libol/Makefile b/devel/libol/Makefile new file mode 100644 index 000000000000..ca139f5f8832 --- /dev/null +++ b/devel/libol/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: libol +# Date created: 22 April 2000 +# Whom: Vince Valenti <vince@blue-box.net> +# +# $FreeBSD$ +# + +PORTNAME= libol +PORTVERSION= 0.2.16 +CATEGORIES= devel +MASTER_SITES= http://www.balabit.hu/downloads/libol/0.2/ + +MAINTAINER= vince@blue-box.net + +USE_LIBTOOL= yes +GNU_CONFIGURE= yes + +.include <bsd.port.mk> |