diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2002-03-18 23:10:09 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2002-03-18 23:10:09 +0000 |
commit | c797f1eea203d917452dc2e2d6143fcf2b817984 (patch) | |
tree | 2980e8a974ec8e799ca5fed2d60ea2e7676e4faa /sysutils/flasher/Makefile | |
parent | a50d121378d7657f3b1f31396c29bf2109da6cf3 (diff) | |
download | ports-c797f1eea203d917452dc2e2d6143fcf2b817984.tar.gz ports-c797f1eea203d917452dc2e2d6143fcf2b817984.zip |
Notes
Diffstat (limited to 'sysutils/flasher/Makefile')
-rw-r--r-- | sysutils/flasher/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sysutils/flasher/Makefile b/sysutils/flasher/Makefile new file mode 100644 index 000000000000..870304bc5e8b --- /dev/null +++ b/sysutils/flasher/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: flasher +# Date created: 10 March 2002 +# Whom: Murray Nesbitt <murray@unixporting.com> +# +# $FreeBSD$ +# + +PORTNAME= flasher +PORTVERSION= 1.2 +CATEGORIES= sysutils +MASTER_SITES= http://www.unixporting.com/downloads/ + +MAINTAINER= murray@unixporting.com + +MAN1= flasher.1 +MANCOMPRESSED= yes + +.include <bsd.port.mk> |