diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-08-12 00:22:48 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-08-12 00:22:48 +0000 |
commit | 373028303122d638cd1afcc42839ae1cc58b800a (patch) | |
tree | 03a9d4619f2a653956c9f6bb57be81158b11ad8a /sysutils/stmpclean/Makefile | |
parent | 36c79f9c942287a389b4bb9fffe7a7a7f02bf4de (diff) |
Notes
Diffstat (limited to 'sysutils/stmpclean/Makefile')
-rw-r--r-- | sysutils/stmpclean/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sysutils/stmpclean/Makefile b/sysutils/stmpclean/Makefile new file mode 100644 index 000000000000..d00253cfc24d --- /dev/null +++ b/sysutils/stmpclean/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: stmpclean +# Version required: 0.1 +# Date created: 4 August 1999 +# Whom: shalunov +# +# $Id:$ + +DISTNAME= stmpclean-0.1 +CATEGORIES= sysutils +MASTER_SITES= ftp://ftp.mccme.ru/users/shalunov/ + +MAINTAINER= shalunov@mccme.ru + +MAN8= stmpclean.8 +MANCOMPRESSED= no + +.include <bsd.port.mk> |