freebsd-ports/misc/clex/Makefile
Michael Landin 3a2b9cc19f Update to -< 3.1.9
- New features & many bugfixes

Changelog:
http://www.clex.sk/download/ChangeLog
2004-06-24 14:23:15 +00:00

25 lines
526 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.9
CATEGORIES= misc
MASTER_SITES= http://www.clex.sk/download/
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ${PORTNAME}-${PORTVERSION}.src
MAINTAINER= mich@FreeBSD.org
COMMENT= A commandline file manager
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
GNU_CONFIGURE= yes
USE_GMAKE= yes
MAN1= clex.1
PLIST_FILES= bin/clex
.include <bsd.port.mk>