diff options
author | joerg <joerg@pkgsrc.org> | 2007-04-12 15:14:52 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-04-12 15:14:52 +0000 |
commit | d61edd8f969e43722835c742c3e2eaccccc4889b (patch) | |
tree | b5db3754df3591cda20f3ea09b54dc9310bb3a7f /mail/xbiff/Makefile | |
parent | 6c7b928ee3083027e24f39e7df367618afa9da1d (diff) | |
download | pkgsrc-d61edd8f969e43722835c742c3e2eaccccc4889b.tar.gz |
Import xbiff-1.0.1.
The xbiff programs displays a little image of a mailbox. A flag is used
to notify the user of the arrival new mail.
This is from the modular X.org X11 project.
Diffstat (limited to 'mail/xbiff/Makefile')
-rw-r--r-- | mail/xbiff/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/mail/xbiff/Makefile b/mail/xbiff/Makefile new file mode 100644 index 00000000000..067484c0b39 --- /dev/null +++ b/mail/xbiff/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/04/12 15:14:52 joerg Exp $ +# + +DISTNAME= xbiff-1.0.1 +CATEGORIES= x11 +MASTER_SITES= http://xorg.freedesktop.org/releases/individual/app/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= joerg@NetBSD.org +HOMEPAGE= http://xorg.freedesktop.org/ +COMMENT= Mail notification program for X11 + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +USE_TOOLS+= pkg-config + +.include "../../x11/libXaw/buildlink3.mk" +.include "../../x11/xbitmaps/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |