freebsd-ports/sysutils/moreutils/Makefile
Sunpoet Po-Chuan Hsieh e6de817601 - Update to 0.45
Changes:	http://kitenet.net/~joey/code/moreutils/news/version_0.45/
PR:		ports/158094
Submitted by:	Jin-Sih Lin <linpct@gmail.com>
2011-06-24 22:26:51 +00:00

61 lines
1 KiB
Makefile

# Ports collection makefile for: moreutils
# Date created: 16 June 2009
# Whom: Charlie Kester <corky1951@comcast.net>
#
# $FreeBSD$
#
PORTNAME= moreutils
PORTVERSION= 0.45
CATEGORIES= sysutils
MASTER_SITES= DEBIAN_POOL
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Additional Unix utilities
RUN_DEPENDS= p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run
ALL_TARGET= bins
USE_PERL5= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
PLIST_FILES= bin/chronic \
bin/combine \
bin/ifne \
bin/isutf8 \
bin/lckdo \
bin/mispipe \
bin/pee \
bin/sponge \
bin/ts \
bin/vidir \
bin/vipe \
bin/zrun
.if !defined(NO_INSTALL_MANPAGES)
ALL_TARGET+= mans extraman
CANNED_MAN= ifne.1 \
isutf8.1 \
lckdo.1 \
mispipe.1 \
pee.1 \
sponge.1
MAN1= chronic.1 \
combine.1 \
ts.1 \
vidir.1 \
vipe.1 \
zrun.1 \
${CANNED_MAN}
MANCOMPRESSED= no
post-patch:
cd ${FILESDIR} && ${CP} ${CANNED_MAN} ${WRKSRC}/
post-install:
cd ${WRKSRC} && ${INSTALL_MAN} ${MAN1} ${MANPREFIX}/man/man1/
.endif
.include <bsd.port.mk>