1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/sysutils/lxsplit/Makefile
Edwin Groothuis 3fe3319e9c New port: lxsplit-0.1.1
This utility is used to split up huge files into smaller
	pieces without compression. It is fully compatible with
	HJSplit.

PR:		ports/50777
Submitted by:	Alex Kiesel <kiesel@schlund.de>
2003-10-07 08:07:19 +00:00

27 lines
577 B
Makefile

# New ports collection makefile for: lxsplit
# Date created: 9 April 2003
# Whom: kiesel@schlund.de
#
# $FreeBSD$
#
PORTNAME= lxsplit
PORTVERSION= 0.1.1
CATEGORIES= sysutils
MASTER_SITES= http://www.freebyte.com/download/ \
http://document-root.de/mirror/lxsplit/
DISTNAME= lxsplit
MAINTAINER= kiesel@schlund.de
COMMENT= Simple program to split or join files
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/lxsplit ${PREFIX}/bin/
post-install:
${STRIP_CMD} ${PREFIX}/bin/lxsplit
.include <bsd.port.mk>