mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
65d07d6bf4
- Pass maintainership to submitter - Change DOCS - Change pkg-descr, add merging details - Use PLIST_FILES instead of pkg-plist - Change install, cosmetic changes and remove non existing MAN PR: ports/188869 Submitted by: Horia Racoviceanu <horia@racoviceanu.com>
27 lines
519 B
Makefile
27 lines
519 B
Makefile
# Created by: kiesel@schlund.de
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= lxsplit
|
|
PORTVERSION= 0.2.4
|
|
PORTREVISION= 3
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= horia@racoviceanu.com
|
|
COMMENT= Simple program to split or join files
|
|
|
|
LICENSE= GPLv2
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
PORTDOCS= ChangeLog README
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
|
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|