freebsd-ports/misc/clex/Makefile

24 lines
496 B
Makefile
Raw Normal View History

# 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.8
CATEGORIES= misc
MASTER_SITES= http://www.clex.sk/download/
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ${PORTNAME}-${PORTVERSION}.src
MAINTAINER= mich@freebsdcluster.org
2003-02-21 13:51:06 +01:00
COMMENT= A commandline file manager
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
GNU_CONFIGURE= yes
MAN1= clex.1
.include <bsd.port.mk>