freebsd-ports/sysutils/moreutils-parallel/Makefile
Eitan Adler 9c5193b782 moreutils-parallel: update port to 0.51
Update the port to 0.51 and in doing so simplify it: remove the Makefile patch
and pass MAKE_ARGS instead.
2014-03-02 19:51:41 +00:00

31 lines
693 B
Makefile

# Created by: Charlie Kester <corky1951@comcast.net>
# $FreeBSD$
PORTNAME= moreutils-parallel
PORTVERSION= 0.51
CATEGORIES= sysutils
MASTER_SITES= DEBIAN
MASTER_SITE_SUBDIR= pool/main/m/moreutils
DISTNAME= moreutils_${PORTVERSION}
MAINTAINER= eadler@FreeBSD.org
COMMENT= Run programs in parallel
LICENSE= GPLv2
CONFLICTS= parallel-[0-9]*
WRKSRC= ${WRKDIR}/moreutils
MAKE_ARGS= BINS=parallel MANS=parallel.1
PLIST_FILES= bin/parallel man/man1/parallel.1.gz
post-patch:
${CP} ${FILESDIR}/parallel.1 ${WRKSRC}/
do-install:
${CP} ${WRKSRC}/parallel ${STAGEDIR}${PREFIX}/bin/parallel
cd ${WRKSRC} && ${INSTALL_MAN} parallel.1 ${STAGEDIR}${MANPREFIX}/man/man1/
.include <bsd.port.mk>