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

                                                       
                         
 
                                 
                                                                         
 
                                           

                   
                                                           

                           
                              
 

                                     
 

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

MAINTAINER=	ports@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>