1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/textproc/splitpatch/Makefile
Emanuel Haupt 3cb2ede4dc - Update to 1.1
- Update WWW to use the project space of the new upstream maintainer
- Make portclippy/portfmt happy
2020-05-11 07:58:14 +00:00

35 lines
713 B
Makefile

# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
# $FreeBSD$
PORTNAME= splitpatch
PORTVERSION= 1.1
DISTVERSIONPREFIX= release/
CATEGORIES= textproc
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Utility to split a diff patch into separate sections
LICENSE= GPLv2+
USES= gmake perl5
USE_GITHUB= yes
GH_ACCOUNT= jaalto
USE_PERL5= build
USE_RUBY= yes
MAKE_JOBS_UNSAFE= yes
NO_ARCH= yes
PLIST_FILES= bin/splitpatch \
man/man1/splitpatch.1.gz
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/bin ${STAGEDIR}${MANPREFIX}/man/man1
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.rb \
${STAGEDIR}${PREFIX}/bin/${PORTNAME}
${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.1 \
${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>