freebsd-ports/misc/clex/Makefile
Oliver Braun dc22e17f7f Added clex, a commandline file manager
PR:		ports/44754
Submitted by:	Michael L.Hostbaek <mich@freebsdcluster.org>
2002-10-31 23:19:17 +00:00

23 lines
460 B
Makefile

# 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>