aboutsummaryrefslogtreecommitdiff
path: root/misc/clex/Makefile
blob: 30e3b3f90fea02d8115f9dbfc874e7b654fe1bb8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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>