1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/sysutils/lxsplit/Makefile
Yi-Jheng Lin d881f6af28 - Change to my mail address at FreeBSD.org
Approved by:	lwhsu (mentor)
2009-07-29 12:59:14 +00:00

27 lines
554 B
Makefile

# New ports collection makefile for: lxsplit
# Date created: 9 April 2003
# Whom: kiesel@schlund.de
#
# $FreeBSD$
#
PORTNAME= lxsplit
PORTVERSION= 0.2.4
CATEGORIES= sysutils
MASTER_SITES= SF
MAINTAINER= yzlin@FreeBSD.org
COMMENT= Simple program to split or join files
PLIST_FILES= bin/lxsplit
PORTDOCS= COPYING ChangeLog README
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/lxsplit ${PREFIX}/bin/
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_MAN} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
.endif
.include <bsd.port.mk>