1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/sysutils/bchunk/Makefile
1999-02-04 02:17:35 +00:00

23 lines
505 B
Makefile

# New ports collection makefile for: bchunk
# Version required: 1.0.0
# Date created: 9 Jan 1999
# Whom: bsdx
#
# $Id: Makefile,v 1.1.1.1 1999/01/13 23:08:52 billf Exp $
#
DISTNAME= bchunk-1.0.0
CATEGORIES= sysutils
MASTER_SITES= http://hes.iki.fi/bchunk/ \
${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= utils/disk-management
MAINTAINER= ports@FreeBSD.ORG
ALL_TARGET=
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bchunk ${PREFIX}/bin
.include <bsd.port.mk>