freebsd-ports/sysutils/snap/Makefile
Emanuel Haupt 8a85f4a231 - Support staging
- Use shebangfix
- Use WWW: with a single space
2014-02-27 09:49:51 +00:00

26 lines
655 B
Makefile

# Created by: Wu Chin-Hao <wchunhao@cs.nctu.edu.tw>
# $FreeBSD$
PORTNAME= snap
DISTVERSION= 1.01
PORTEPOCH= 1
CATEGORIES= sysutils
MASTER_SITES= http://www.cs.nctu.edu.tw/~wchunhao/ports/snap/
MAINTAINER= wchunhao@cs.nctu.edu.tw
COMMENT= Tools for periodic and manual management of UFS2 snapshots
NO_BUILD= yes
USES= perl5 shebangfix
USE_PERL5= run
PLIST_FILES= sbin/snap etc/snap.conf man/man8/snap.8.gz
SHEBANG_FILES= snap
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/snap ${STAGEDIR}${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/snap.8 ${STAGEDIR}${MANPREFIX}/man/man8
${INSTALL_DATA} ${WRKSRC}/snap.conf ${STAGEDIR}${PREFIX}/etc
.include <bsd.port.mk>