freebsd-ports/sysutils/hidesvn/Makefile

33 lines
780 B
Makefile
Raw Normal View History

# New ports collection makefile for: hidesvn
# Date created: 6 March 2009
# Whom: Ed Schouten <ed@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= hidesvn
PORTVERSION= 1.2
CATEGORIES= sysutils
MASTER_SITES= http://80386.nl/projects/${PORTNAME}/distfiles/
MAINTAINER= ed@FreeBSD.org
COMMENT= Utility that uses LD_PRELOAD to hide .svn directories
MAKEFILE= BSDmakefile
PLIST_FILES= bin/${PORTNAME} lib/lib${PORTNAME}.so
MAN1= ${PORTNAME}.1
USE_LDCONFIG= yes
2011-02-15 21:16:17 +01:00
USE_XZ= yes
post-patch:
${REINPLACE_CMD} 's|/usr/local|${PREFIX}|' ${WRKSRC}/${PORTNAME}.sh
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.sh ${PREFIX}/bin/${PORTNAME}
${INSTALL_DATA} ${WRKSRC}/lib${PORTNAME}.so ${PREFIX}/lib
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.1 ${PREFIX}/man/man1
.include <bsd.port.mk>