1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/sysutils/bchunk/Makefile
Michael Haro 65ab34a667 FreeBSD.ORG -> FreeBSD.org
Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru
1999-08-31 06:53:31 +00:00

23 lines
459 B
Makefile

# New ports collection makefile for: bchunk
# Version required: 1.0.0
# Date created: 9 Jan 1999
# Whom: bsdx
#
# $FreeBSD$
#
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>