freebsd-ports/sysutils/bsdsar/Makefile
Patrick Li cd59a04e4b Update to 1.00
Give maintainership to original author

PR:		38984
Submitted by:	old maintainer
2002-06-08 04:33:15 +00:00

30 lines
659 B
Makefile

# New ports collection makefile for: bsdsar
# Date created: 12 June 2001
# Whom: Yen-Ming Lee <leeym@leeym.com>
#
# $FreeBSD$
#
PORTNAME= bsdsar
PORTVERSION= 1.00
CATEGORIES= sysutils
MASTER_SITES= http://www.googlebit.com/bsdsar/
MAINTAINER= eric@trinitel.com
NO_BUILD= yes
do-install:
.for file in bsdsar bsdsar_gather
${INSTALL_SCRIPT} ${WRKSRC}/${file} ${PREFIX}/bin
.endfor
${SETENV} PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for file in CHANGELOG README
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>