diff options
Diffstat (limited to 'sysutils/bchunk/Makefile')
-rw-r--r-- | sysutils/bchunk/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/sysutils/bchunk/Makefile b/sysutils/bchunk/Makefile new file mode 100644 index 000000000000..1576fb54003f --- /dev/null +++ b/sysutils/bchunk/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: bchunk +# Version required: 1.0.0 +# Date created: 9 Jan 1999 +# Whom: bsdx +# +# $Id:$ +# + +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> |