1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/misc/inplace/Makefile
2014-02-11 16:57:24 +00:00

29 lines
582 B
Makefile

# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
# $FreeBSD$
PORTNAME= inplace
PORTVERSION= 1.2.3
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 edit files in-place through given filter commands
USE_BZIP2= yes
USE_RUBY= yes
MAKE_ARGS= PREFIX="${PREFIX}" MANPREFIX="${MANPREFIX}"
MAKEFILE= BSDmakefile
RUBY_SHEBANG_FILES= lib/inplace.rb
PLIST_FILES= bin/inplace \
man/man1/inplace.1.gz
test: build
cd ${WRKSRC}; ${MAKE} test
.include <bsd.port.mk>