aboutsummaryrefslogblamecommitdiff
path: root/misc/inplace/Makefile
blob: f5cb8beece3de0221b65b7f02e7afb0b76b135c3 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                      
           

                       
                     
                 

                                                       
                         
 
                               
                                                                         
 
                                           

                   
                                                           

                           
                              
 

                                     
 

                                  
 
                      
# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
# $FreeBSD$

PORTNAME=	inplace
PORTVERSION=	1.2.3
PORTREVISION=	1
CATEGORIES=	misc
MASTER_SITES=	ftp://ftp.iDaemons.org/pub/distfiles/ \
		LOCAL/knu

MAINTAINER=	knu@FreeBSD.org
COMMENT=	Tool to edit files in-place through given filter commands

USES=		tar:bzip2 uidfix shebangfix
USE_RUBY=	yes

MAKE_ARGS=	PREFIX="${PREFIX}" MANPREFIX="${MANPREFIX}"
MAKEFILE=	BSDmakefile

SHEBANG_FILES=	lib/inplace.rb

PLIST_FILES=	bin/inplace \
		man/man1/inplace.1.gz

test: build
	cd ${WRKSRC}; ${MAKE} test

.include <bsd.port.mk>