freebsd-ports/misc/clex/Makefile
Michael Landin cdc8e804de o update to 3.14
- add bookmark functionality
o add sha256 checkum
2005-11-14 15:32:07 +00:00

24 lines
484 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.14
CATEGORIES= misc
MASTER_SITES= http://www.clex.sk/download/ \
http://freebsdcluster.org/~mich/software/
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>