diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-02-17 17:13:39 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-02-17 17:13:39 +0000 |
commit | 740cac174c5ee74c3282e4e7ddfcbe9e993cbc4a (patch) | |
tree | 8148eb588fdef7aa4345f9da77039d16e062b91e /misc/granulate/Makefile | |
parent | add ija, an interactive command line frontend of Deja (diff) |
add granulate, a program for splitting files in place
Diffstat (limited to 'misc/granulate/Makefile')
-rw-r--r-- | misc/granulate/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/misc/granulate/Makefile b/misc/granulate/Makefile new file mode 100644 index 000000000000..88ed6b5f2d3e --- /dev/null +++ b/misc/granulate/Makefile @@ -0,0 +1,19 @@ +# ex:ts=8 +# New ports collection makefile for: granulate +# Date created: Feb 17, 2001 +# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= granulate +PORTVERSION= 0.1 +CATEGORIES= misc +MASTER_SITES= ftp://134.74.16.12/pub/ + +MAINTAINER= ijliao@FreeBSD.org + +do-install: + @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + +.include <bsd.port.mk> |