diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-10-31 13:48:05 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-10-31 13:48:05 +0800 |
commit | 04d38a00aa348ebeb31a8b51b6dfbfcc6be9a724 (patch) | |
tree | 2f683464f306ac2e5e52e4f0eb2e3c222f17200e /deskutils/Makefile | |
parent | d4d20261122ccd15a1d8db961fd10a612759cb78 (diff) | |
download | freebsd-ports-gnome-04d38a00aa348ebeb31a8b51b6dfbfcc6be9a724.tar.gz freebsd-ports-gnome-04d38a00aa348ebeb31a8b51b6dfbfcc6be9a724.tar.zst freebsd-ports-gnome-04d38a00aa348ebeb31a8b51b6dfbfcc6be9a724.zip |
Affiche is a little application that allows people to "stick"
little notes on their computer desktop. It works well under
GNUstep and under Apple Mac OS X.
The goal of this little application is to provide a good example
on how to develop cross-platform applications between GNUstep
and Apple Mac OS X while providing a useful application at the
same time.
WWW: http://www.collaboration-world.com/cgi-bin/project/index.cgi?pid=5
Diffstat (limited to 'deskutils/Makefile')
-rw-r--r-- | deskutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile index fb581bcb6c9f..689a1c2b3624 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -5,6 +5,7 @@ SUBDIR += abacus SUBDIR += adesklets + SUBDIR += affiche SUBDIR += akamaru SUBDIR += alacarte SUBDIR += alexandria |