1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/misc/imerge/Makefile
Akinori MUSHA df53e0b0f1 Add imerge(1), a tool to help merge one file to another interactively.
This utility was (obviously) inspired by the mergemaster utility in
hope of using part of its functionality stand-alone.
2007-01-18 13:23:33 +00:00

28 lines
575 B
Makefile

# New ports collection makefile for: imerge(1)
# Date created: 18 January 2007
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= imerge
PORTVERSION= 0.2.0
CATEGORIES= misc
MASTER_SITES= ftp://ftp.iDaemons.org/pub/distfiles/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= knu
MAINTAINER= knu@FreeBSD.org
COMMENT= A tool to help merge one file to another interactively
USE_BZIP2= yes
MAKE_ARGS= PREFIX="${PREFIX}" MANPREFIX="${MANPREFIX}"
MAKEFILE= BSDmakefile
MAN1= imerge.1
MANCOMPRESSED= maybe
PLIST_FILES= bin/imerge
.include <bsd.port.mk>