freebsd-ports/sysutils/snap/Makefile
Li-Wen Hsu e6bfbee09d - Update to 1.0
- Change WWW to a meanful one
- Set MAINTAINER to the author, ta@cs.nctu.edu.tw is just an alias

PR:		ports/129382 (partial)
Submitted by:	tabthorpe@
Approved by:	maintainer/author (wchunhao AT cs.nctu.edu.tw)
2008-12-19 23:22:51 +00:00

30 lines
654 B
Makefile

# New ports collection makefile for: snap
# Date created: 2007-05-07
# Whom: Wu Chin-Hao <wchunhao@cs.nctu.edu.tw>
#
# $FreeBSD$
#
PORTNAME= snap
DISTVERSION= 1.0
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
USE_PERL5_RUN= yes
MAN8= snap.8
PLIST_FILES= sbin/snap \
etc/snap.conf
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/snap ${PREFIX}/sbin/
${INSTALL_MAN} ${WRKSRC}/snap.8 ${PREFIX}/man/man8/
${INSTALL_DATA} ${WRKSRC}/snap.conf ${PREFIX}/etc/
.include <bsd.port.mk>