27 lines
541 B
Makefile
27 lines
541 B
Makefile
|
# New ports collection makefile for: mtf
|
||
|
# Date created: 29 January 2002
|
||
|
# Whom: Philippe Casidy <pcasidy@casidy.com>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= mtf
|
||
|
PORTVERSION= 0.2.1
|
||
|
CATEGORIES= archivers
|
||
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
||
|
MASTER_SITE_SUBDIR= system/backup
|
||
|
EXTRACT_SUFX= .tgz
|
||
|
|
||
|
MAINTAINER= pcasidy@casidy.com
|
||
|
|
||
|
ALL_TARGET= # empty
|
||
|
|
||
|
do-install:
|
||
|
${INSTALL_PROGRAM} ${WRKSRC}/mtf ${PREFIX}/bin
|
||
|
.if !defined(NOPORTDOCS)
|
||
|
@${MKDIR} ${DOCSDIR}
|
||
|
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
||
|
.endif
|
||
|
|
||
|
.include <bsd.port.mk>
|