blob: 6ae3f253139e982c940b5edce30068d98e0cf989 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: lxsplit
# Date created: 9 April 2003
# Whom: kiesel@schlund.de
#
# $FreeBSD$
#
PORTNAME= lxsplit
PORTVERSION= 0.2.2
CATEGORIES= sysutils
MASTER_SITES= SF
MAINTAINER= hideo@lastamericanempire.com
COMMENT= Simple program to split or join files
PLIST_FILES= bin/lxsplit
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/lxsplit ${PREFIX}/bin/
.include <bsd.port.mk>
|