diff options
author | dburr <dburr@FreeBSD.org> | 1998-06-08 18:58:02 +0800 |
---|---|---|
committer | dburr <dburr@FreeBSD.org> | 1998-06-08 18:58:02 +0800 |
commit | 67dee1d683d798dee5af7cacd4181b7f993df9c8 (patch) | |
tree | c96a8c2f5769dd75b58163d05965e2bd6cd2a1d0 /mail/wmmail/Makefile | |
parent | df59b43135d530ec9eb9e484a384e0d53140fed3 (diff) | |
download | freebsd-ports-gnome-67dee1d683d798dee5af7cacd4181b7f993df9c8.tar.gz freebsd-ports-gnome-67dee1d683d798dee5af7cacd4181b7f993df9c8.tar.zst freebsd-ports-gnome-67dee1d683d798dee5af7cacd4181b7f993df9c8.zip |
Final phase of moving this port to mail category.
wmmail == a little mail notifier for the WindowMaker dock.
Diffstat (limited to 'mail/wmmail/Makefile')
-rw-r--r-- | mail/wmmail/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/mail/wmmail/Makefile b/mail/wmmail/Makefile new file mode 100644 index 000000000000..1785018a04d0 --- /dev/null +++ b/mail/wmmail/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: wmmail +# Version required: 0.59 +# Date created: 7 Jun 1998 +# Whom: rom +# +# $Id$ +# + +DISTNAME= wmmail-0.59 +CATEGORIES= mail x11 +MASTER_SITES= http://earth.gaianet.net/~scorpio/ + +MAINTAINER= rom_glsa@ein-hashofet.co.il + +LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm + +USE_IMAKE= yes + +.include <bsd.port.mk> |