1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/misc/imerge/Makefile
2012-12-25 19:28:07 +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.4
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>