aboutsummaryrefslogtreecommitdiffstats
path: root/misc/clex/Makefile
blob: 2d48b5d0c612125dd662a7c07511344cc7fb2412 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Ports collection makefile for:    clex-tty
# Date created:             Tue Oct 30, 2002
# Whom:         Michael L. Hostbaek <mich@freebsdcluster.org>
#
# $FreeBSD$
#

PORTNAME=   clex
PORTVERSION=    3.10
CATEGORIES= misc
MASTER_SITES=   http://www.clex.sk/download/
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= mich@FreeBSD.org
COMMENT=    A commandline file manager

GNU_CONFIGURE=  yes
USE_GMAKE=  yes

MAN1=       clex.1
PLIST_FILES=    bin/clex

.include <bsd.port.mk>