diff options
Diffstat (limited to 'misc/clex/Makefile')
-rw-r--r-- | misc/clex/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/misc/clex/Makefile b/misc/clex/Makefile new file mode 100644 index 0000000..30e3b3f --- /dev/null +++ b/misc/clex/Makefile @@ -0,0 +1,22 @@ +# Ports collection makefile for: clex-tty +# Date created: Tue Oct 30, 2002 +# Whom: Michael L. Hostbaek <mich@freebsdcluster.org> +# +# $FreeBSD$ +# + +PORTNAME= clex +PORTVERSION= 3.1.6 +CATEGORIES= misc +MASTER_SITES= http://www.clex.sk/download/ +MASTER_SITE_SUBDIR= ${PORTNAME} +DISTNAME= ${PORTNAME}-${PORTVERSION}.src + +MAINTAINER= mich@freebsdcluster.org + +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +GNU_CONFIGURE= yes + +MAN1= clex.1 + +.include <bsd.port.mk> |