diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1997-09-27 18:58:53 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1997-09-27 18:58:53 +0000 |
commit | 4e47d8da71b0ef06a070cb2546abd20839b2a6f2 (patch) | |
tree | 6aa4c14f3414f3033c090065ea709edd3724ee97 /deskutils/xpostitPlus/Makefile | |
parent | Upgrade to 1.0b8e. (diff) |
new port xpostit Plus
Description: Post-It(r) Notes for X-Windows
features include Save, Erase, Destroy, Name, and Hide notes
also includes Cascade, Print, Alarms, Email, Find
A Note, Insert Calendar, Insert Date, File Open, File Export
Xt and Xaw based (no Motif required)
PR: closes 4632
Submitted by: Mikhail Teterin <mi@aldan.ziplink.net>
Diffstat (limited to 'deskutils/xpostitPlus/Makefile')
-rw-r--r-- | deskutils/xpostitPlus/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/deskutils/xpostitPlus/Makefile b/deskutils/xpostitPlus/Makefile new file mode 100644 index 000000000000..efdd5bafa58a --- /dev/null +++ b/deskutils/xpostitPlus/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: xpostit+ +# Version required: 2.3 +# Date created: 26 Sep 1997 +# Whom: mi +# + +DISTNAME= XPostitPlus-2.3 +CATEGORIES= x11 + +MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= office + +MAINTAINER= mi@aldan.ziplink.net + +USE_IMAKE= yes +USE_X11= yes + +.include <bsd.port.mk> |