openbsd-ports/archivers/lxsplit/Makefile
jolan f75138777b import of lxsplit-1.0pre
lxsplit is a utility that facilitates join and split operations on
files.  It basically performs the same functions as cat(1) and
split(1), but has useful features such as warning if all parts aren't
available for a join operation.

ok naddy@
2003-06-23 00:40:57 +00:00

20 lines
408 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2003/06/23 00:40:57 jolan Exp $
COMMENT= "file joiner/splitter"
DISTNAME= lxsplit-1.0-pre
PKGNAME= lxsplit-1.0pre
CATEGORIES= archivers
MASTER_SITES= http://lithely.net/distfiles/
MAINTAINER= Jolan Luff <jolan@openbsd.org>
# GPL
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
NO_REGRESS= Yes
.include <bsd.port.mk>