diff options
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> |