aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/bchunk/Makefile
blob: 723e42b2edbfe091c8b038df7fdad96dcc0b2dc7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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>