mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
23 lines
483 B
Makefile
23 lines
483 B
Makefile
# Created by: 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
|
|
|
|
PLIST_FILES= bin/imerge \
|
|
man/man1/imerge.1.gz
|
|
|
|
.include <bsd.port.mk>
|