mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
23 lines
491 B
Makefile
23 lines
491 B
Makefile
# Created by: ijliao
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= patchutils
|
|
PORTVERSION= 0.3.4
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://cyberelk.net/tim/data/patchutils/stable/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Small collection of programs that operate on patch files
|
|
|
|
RUN_DEPENDS= bash:shells/bash
|
|
|
|
USES= perl5 shebangfix tar:xz
|
|
USE_PERL5= run build patch
|
|
GNU_CONFIGURE= yes
|
|
SHEBANG_FILES= scripts/*
|
|
|
|
post-install:
|
|
${INSTALL_MAN} ${WRKSRC}/doc/*.1 ${STAGEDIR}/${MANPREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|